Html Css Color HEX #AB8C12 Dark Goldenrod

📋 copy color: '#AB8C12'

red 171 ◦ green 140 ◦ blue 18

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

Shades of Dark Goldenrod #AB8C12

Tints of Dark Goldenrod #AB8C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 51.98%
G = 42.55%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB8C12 (or 0xAB8C12) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 12. RGB value is (171,140,18). Sum of RGB (Red+Green+Blue) = 171+140+18=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C12 is #5473ED. Grayscale: #878787. Windows color (decimal): -5534702 or 1215659. OLE color: 1215659.

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

Color convert

RGB 171 140 18 -
CMYK 0 0.18 0.89 0.33
HSL 47.84º 0.81% 0.37% -
HSV(B) 47.84º 0.89% 0.67% -
XYZ 26.28 27.46 4.49 -
YUV 135.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 171 140 18 0 0.18 0.89 0.33 47.84 0.81 0.37
Hex AB 8C 12 0 12 59 21 30 51 25
Octal 253 214 22 0 22 131 41 60 121 45
Binary 10101011 10001100 10010 0 10010 1011001 100001 110000 1010001 100101

Color Harmonies of #AB8C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C12

Black with #AB8C12

Text Example


Text Example

White with #AB8C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C12; }

 p { color: rgb(171,140,18); }

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

background-color css

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

 a { background-color: rgb(171,140,18); }

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

border-color css

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

 span { border-color: rgb(171,140,18); }

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