Color Hex Logo

#ab702d Color Hex

#AB702D
(171,112,45)
0 Favorites   0 Comments

Color spaces of #ab702d

RGB 17111245
HSL0.090.580.42
HSV32°74°67°
CMYK 0.000.350.74   0.33
XYZ23.062420.43575.2116
Yxy20.43570.47350.4195
Hunter Lab45.205911.954024.8088
CIE-Lab52.326317.349445.1877

#ab702d color RGB value is (171,112,45).

#ab702d hex color red value is 171, green value is 112 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab702d hue: 0.09 , saturation: 0.58 and the lightness value of ab702d is 0.42.

The process color (four color CMYK) of #ab702d color hex is 0.00, 0.35, 0.74, 0.33. Web safe color of #ab702d is #996633. Color #ab702d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 00101101
Octal 253 160 55
Decimal 171 112 45
Hex AB 70 2D

RGB Percentages of Color #ab702d

%52.13
%34.15
%13.72

CMYK Percentages of Color #ab702d

%0
%35
%74
%33

Triadic Colors of #ab702d

#ab702d #2dab70 #702dab

Analogous Colors of #ab702d

#ab702d #a7ab2d #ab312d

Monochromatic Colors of #ab702d

#ab702d

Complementary Color

#ab702d #2d68ab

#ab702d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab702d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab702d Color CSS Codes

.mybgcolor {background-color:#ab702d; } 
.myforecolor {color:#ab702d; }
.mybordercolor {border:3px solid #ab702d; }

#ab702d Text Font Color

<p style="color:#ab702d">Text here</p>

This sample text font color is #ab702d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab702d Background Color

<div style="background-color:#ab702d">
Div content here</div>

This div background color is #ab702d


#ab702d Border Color

<div style="border:3px solid #ab702d">
Div here</div>

This div border color is #ab702d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,112,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab702d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab702d;
  -webkit-box-shadow: 1px 1px 3px 2px #ab702d;
  box-shadow:         1px 1px 3px 2px #ab702d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,112,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab702d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab702d;
  -webkit-box-shadow: 1px 1px 3px 2px #ab702d;
  box-shadow:         1px 1px 3px 2px #ab702d;">
Div content here</div>

This div box has shadow with color #ab702d


Comments

No comments written yet.

Please login to write comment.