Html Css Color HEX #AB8C06 Dark Goldenrod

📋 copy color: '#AB8C06'

red 171 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #AB8C06

Tints of Dark Goldenrod #AB8C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.16%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 53.94%
G = 44.16%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB8C06 (or 0xAB8C06) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 06. RGB value is (171,140,6). Sum of RGB (Red+Green+Blue) = 171+140+6=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C06 is #5473F9. Grayscale: #868686. Windows color (decimal): -5534714 or 429227. OLE color: 429227.

HSL color Cylindrical-coordinate representation of color #AB8C06: hue angle of 48.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB8C06 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 6 -
CMYK 0 0.18 0.96 0.33
HSL 48.73º 0.93% 0.35% -
HSV(B) 48.73º 0.96% 0.67% -
XYZ 26.21 27.43 4.09 -
YUV 133.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 171 140 6 0 0.18 0.96 0.33 48.73 0.93 0.35
Hex AB 8C 6 0 12 60 21 31 5D 23
Octal 253 214 6 0 22 140 41 61 135 43
Binary 10101011 10001100 110 0 10010 1100000 100001 110001 1011101 100011

Color Harmonies of #AB8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C06

Black with #AB8C06

Text Example


Text Example

White with #AB8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C06; }

 p { color: rgb(171,140,6); }

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

background-color css

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

 a { background-color: rgb(171,140,6); }

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

border-color css

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

 span { border-color: rgb(171,140,6); }

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