Html Css Color HEX #AC8013 Dark Goldenrod

📋 copy color: '#AC8013'

red 172 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #AC8013

Tints of Dark Goldenrod #AC8013

RGB

 RED value IS 172 (67.58% from 255) = 53.92%

 GREEN value IS 128 (50.39% from 255) = 40.13%

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

R = 53.92%
G = 40.13%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC8013 (or 0xAC8013) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 13. RGB value is (172,128,19). Sum of RGB (Red+Green+Blue) = 172+128+19=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8013 is #537FEC. Grayscale: #818181. Windows color (decimal): -5472237 or 1278124. OLE color: 1278124.

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

Color convert

RGB 172 128 19 -
CMYK 0 0.26 0.89 0.33
HSL 42.75º 0.8% 0.37% -
HSV(B) 42.75º 0.89% 0.67% -
XYZ 24.85 24.26 3.99 -
YUV 128.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 172 128 19 0 0.26 0.89 0.33 42.75 0.8 0.37
Hex AC 80 13 0 1A 59 21 2B 50 25
Octal 254 200 23 0 32 131 41 53 120 45
Binary 10101100 10000000 10011 0 11010 1011001 100001 101011 1010000 100101

Color Harmonies of #AC8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8013

Black with #AC8013

Text Example


Text Example

White with #AC8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8013; }

 p { color: rgb(172,128,19); }

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

background-color css

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

 a { background-color: rgb(172,128,19); }

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

border-color css

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

 span { border-color: rgb(172,128,19); }

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