Html Css Color HEX #AB7202 Dark Goldenrod

📋 copy color: '#AB7202'

red 171 ◦ green 114 ◦ blue 2

#AB7202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AB7202

Tints of Dark Goldenrod #AB7202

RGB

 RED value IS 171 (67.19% from 255) = 59.58%

 GREEN value IS 114 (44.92% from 255) = 39.72%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 59.58%
G = 39.72%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB7202 (or 0xAB7202) is known color: Dark Goldenrod. HEX triplet: AB, 72 and 02. RGB value is (171,114,2). Sum of RGB (Red+Green+Blue) = 171+114+2=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7202 is #548DFD. Grayscale: #767676. Windows color (decimal): -5541374 or 160427. OLE color: 160427.

HSL color Cylindrical-coordinate representation of color #AB7202: hue angle of 39.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB7202 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 114 2 -
CMYK 0 0.33 0.99 0.33
HSL 39.76º 0.98% 0.34% -
HSV(B) 39.76º 0.99% 0.67% -
XYZ 22.82 20.7 2.85 -
YUV 118.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 171 114 2 0 0.33 0.99 0.33 39.76 0.98 0.34
Hex AB 72 2 0 21 63 21 28 62 22
Octal 253 162 2 0 41 143 41 50 142 42
Binary 10101011 1110010 10 0 100001 1100011 100001 101000 1100010 100010

Color Harmonies of #AB7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7202

Black with #AB7202

Text Example


Text Example

White with #AB7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7202; }

 p { color: rgb(171,114,2); }

 H1.HeaderClassName
 {
   color: #AB7202;
 }
 .AnyTagClassName
 {
   color: #AB7202;
 }
</style>

background-color css

<style>
 a { background-color: #AB7202; }

 a { background-color: rgb(171,114,2); }

 div.DivClassName
 {
   background-color: #AB7202;
 }
 .BgClassName
 {
   background-color: #AB7202;
 }
</style>

border-color css

<style>
 span { border-color: #AB7202; }

 span { border-color: rgb(171,114,2); }

 td.TdClassName
 {
   border-color: #AB7202;
 }
 .TagClassName
 {
   border-color: #AB7202;
 }
</style>