Html Css Color HEX #AB9008 Dark Goldenrod

📋 copy color: '#AB9008'

red 171 ◦ green 144 ◦ blue 8

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

Shades of Dark Goldenrod #AB9008

Tints of Dark Goldenrod #AB9008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 52.94%
G = 44.58%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB9008 (or 0xAB9008) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 08. RGB value is (171,144,8). Sum of RGB (Red+Green+Blue) = 171+144+8=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9008 is #546FF7. Grayscale: #898989. Windows color (decimal): -5533688 or 561323. OLE color: 561323.

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

Color convert

RGB 171 144 8 -
CMYK 0 0.16 0.95 0.33
HSL 50.06º 0.91% 0.35% -
HSV(B) 50.06º 0.95% 0.67% -
XYZ 26.81 28.62 4.34 -
YUV 136.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 171 144 8 0 0.16 0.95 0.33 50.06 0.91 0.35
Hex AB 90 8 0 10 5F 21 32 5B 23
Octal 253 220 10 0 20 137 41 62 133 43
Binary 10101011 10010000 1000 0 10000 1011111 100001 110010 1011011 100011

Color Harmonies of #AB9008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9008

Black with #AB9008

Text Example


Text Example

White with #AB9008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9008; }

 p { color: rgb(171,144,8); }

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

background-color css

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

 a { background-color: rgb(171,144,8); }

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

border-color css

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

 span { border-color: rgb(171,144,8); }

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