Html Css Color HEX #AB8B0E Dark Goldenrod

📋 copy color: '#AB8B0E'

red 171 ◦ green 139 ◦ blue 14

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

Shades of Dark Goldenrod #AB8B0E

Tints of Dark Goldenrod #AB8B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 52.78%
G = 42.9%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB8B0E (or 0xAB8B0E) is known color: Dark Goldenrod. HEX triplet: AB, 8B and 0E. RGB value is (171,139,14). Sum of RGB (Red+Green+Blue) = 171+139+14=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B0E is #5474F1. Grayscale: #868686. Windows color (decimal): -5534962 or 953259. OLE color: 953259.

HSL color Cylindrical-coordinate representation of color #AB8B0E: hue angle of 47.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB8B0E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 14 -
CMYK 0 0.19 0.92 0.33
HSL 47.77º 0.85% 0.36% -
HSV(B) 47.77º 0.92% 0.67% -
XYZ 26.11 27.15 4.28 -
YUV 134.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 171 139 14 0 0.19 0.92 0.33 47.77 0.85 0.36
Hex AB 8B E 0 13 5C 21 30 55 24
Octal 253 213 16 0 23 134 41 60 125 44
Binary 10101011 10001011 1110 0 10011 1011100 100001 110000 1010101 100100

Color Harmonies of #AB8B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B0E

Black with #AB8B0E

Text Example


Text Example

White with #AB8B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B0E; }

 p { color: rgb(171,139,14); }

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

background-color css

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

 a { background-color: rgb(171,139,14); }

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

border-color css

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

 span { border-color: rgb(171,139,14); }

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