Html Css Color HEX #AB8F08 Dark Goldenrod

📋 copy color: '#AB8F08'

red 171 ◦ green 143 ◦ blue 8

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

Shades of Dark Goldenrod #AB8F08

Tints of Dark Goldenrod #AB8F08

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

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

R = 53.11%
G = 44.41%
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

#AB8F08 (or 0xAB8F08) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 08. RGB value is (171,143,8). Sum of RGB (Red+Green+Blue) = 171+143+8=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F08 is #5470F7. Grayscale: #888888. Windows color (decimal): -5533944 or 561067. OLE color: 561067.

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

Color convert

RGB 171 143 8 -
CMYK 0 0.16 0.95 0.33
HSL 49.69º 0.91% 0.35% -
HSV(B) 49.69º 0.95% 0.67% -
XYZ 26.66 28.32 4.29 -
YUV 135.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 171 143 8 0 0.16 0.95 0.33 49.69 0.91 0.35
Hex AB 8F 8 0 10 5F 21 32 5B 23
Octal 253 217 10 0 20 137 41 62 133 43
Binary 10101011 10001111 1000 0 10000 1011111 100001 110010 1011011 100011

Color Harmonies of #AB8F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F08

Black with #AB8F08

Text Example


Text Example

White with #AB8F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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