Html Css Color HEX #AB8E0A Dark Goldenrod

📋 copy color: '#AB8E0A'

red 171 ◦ green 142 ◦ blue 10

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

Shades of Dark Goldenrod #AB8E0A

Tints of Dark Goldenrod #AB8E0A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.96%

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 52.94%
G = 43.96%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB8E0A (or 0xAB8E0A) is known color: Dark Goldenrod. HEX triplet: AB, 8E and 0A. RGB value is (171,142,10). Sum of RGB (Red+Green+Blue) = 171+142+10=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8E0A is #5471F5. Grayscale: #888888. Windows color (decimal): -5534198 or 691883. OLE color: 691883.

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

Color convert

RGB 171 142 10 -
CMYK 0 0.17 0.94 0.33
HSL 49.19º 0.89% 0.35% -
HSV(B) 49.19º 0.94% 0.67% -
XYZ 26.52 28.03 4.3 -
YUV 135.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 171 142 10 0 0.17 0.94 0.33 49.19 0.89 0.35
Hex AB 8E A 0 11 5E 21 31 59 23
Octal 253 216 12 0 21 136 41 61 131 43
Binary 10101011 10001110 1010 0 10001 1011110 100001 110001 1011001 100011

Color Harmonies of #AB8E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8E0A

Black with #AB8E0A

Text Example


Text Example

White with #AB8E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8E0A; }

 p { color: rgb(171,142,10); }

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

background-color css

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

 a { background-color: rgb(171,142,10); }

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

border-color css

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

 span { border-color: rgb(171,142,10); }

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