Html Css Color HEX #AC8010 Dark Goldenrod

📋 copy color: '#AC8010'

red 172 ◦ green 128 ◦ blue 16

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

Shades of Dark Goldenrod #AC8010

Tints of Dark Goldenrod #AC8010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.06%

R = 54.43%
G = 40.51%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC8010 (or 0xAC8010) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 10. RGB value is (172,128,16). Sum of RGB (Red+Green+Blue) = 172+128+16=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8010 is #537FEF. Grayscale: #808080. Windows color (decimal): -5472240 or 1081516. OLE color: 1081516.

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

Color convert

RGB 172 128 16 -
CMYK 0 0.26 0.91 0.33
HSL 43.08º 0.83% 0.37% -
HSV(B) 43.08º 0.91% 0.67% -
XYZ 24.83 24.25 3.86 -
YUV 128.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 172 128 16 0 0.26 0.91 0.33 43.08 0.83 0.37
Hex AC 80 10 0 1A 5B 21 2B 53 25
Octal 254 200 20 0 32 133 41 53 123 45
Binary 10101100 10000000 10000 0 11010 1011011 100001 101011 1010011 100101

Color Harmonies of #AC8010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8010

Black with #AC8010

Text Example


Text Example

White with #AC8010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8010; }

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

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

background-color css

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

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

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

border-color css

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

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

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