Html Css Color HEX #AB8D08 Dark Goldenrod

📋 copy color: '#AB8D08'

red 171 ◦ green 141 ◦ blue 8

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

Shades of Dark Goldenrod #AB8D08

Tints of Dark Goldenrod #AB8D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

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

R = 53.44%
G = 44.06%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB8D08 (or 0xAB8D08) is known color: Dark Goldenrod. HEX triplet: AB, 8D and 08. RGB value is (171,141,8). Sum of RGB (Red+Green+Blue) = 171+141+8=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D08 is #5472F7. Grayscale: #878787. Windows color (decimal): -5534456 or 560555. OLE color: 560555.

HSL color Cylindrical-coordinate representation of color #AB8D08: hue angle of 48.96º 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 #AB8D08 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 8 -
CMYK 0 0.18 0.95 0.33
HSL 48.96º 0.91% 0.35% -
HSV(B) 48.96º 0.95% 0.67% -
XYZ 26.36 27.73 4.19 -
YUV 134.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 171 141 8 0 0.18 0.95 0.33 48.96 0.91 0.35
Hex AB 8D 8 0 12 5F 21 31 5B 23
Octal 253 215 10 0 22 137 41 61 133 43
Binary 10101011 10001101 1000 0 10010 1011111 100001 110001 1011011 100011

Color Harmonies of #AB8D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D08

Black with #AB8D08

Text Example


Text Example

White with #AB8D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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