Html Css Color HEX #AB8C13 Dark Goldenrod

📋 copy color: '#AB8C13'

red 171 ◦ green 140 ◦ blue 19

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

Shades of Dark Goldenrod #AB8C13

Tints of Dark Goldenrod #AB8C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 51.82%
G = 42.42%
B = 5.76%

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

#AB8C13 (or 0xAB8C13) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 13. RGB value is (171,140,19). Sum of RGB (Red+Green+Blue) = 171+140+19=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C13 is #5473EC. Grayscale: #878787. Windows color (decimal): -5534701 or 1281195. OLE color: 1281195.

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

Color convert

RGB 171 140 19 -
CMYK 0 0.18 0.89 0.33
HSL 47.76º 0.8% 0.37% -
HSV(B) 47.76º 0.89% 0.67% -
XYZ 26.29 27.46 4.53 -
YUV 135.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 171 140 19 0 0.18 0.89 0.33 47.76 0.8 0.37
Hex AB 8C 13 0 12 59 21 30 50 25
Octal 253 214 23 0 22 131 41 60 120 45
Binary 10101011 10001100 10011 0 10010 1011001 100001 110000 1010000 100101

Color Harmonies of #AB8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C13

Black with #AB8C13

Text Example


Text Example

White with #AB8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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