Html Css Color HEX #AC8110 Dark Goldenrod

📋 copy color: '#AC8110'

red 172 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #AC8110

Tints of Dark Goldenrod #AC8110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

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

R = 54.26%
G = 40.69%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC8110 (or 0xAC8110) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 10. RGB value is (172,129,16). Sum of RGB (Red+Green+Blue) = 172+129+16=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8110 is #537EEF. Grayscale: #818181. Windows color (decimal): -5471984 or 1081772. OLE color: 1081772.

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

Color convert

RGB 172 129 16 -
CMYK 0 0.25 0.91 0.33
HSL 43.46º 0.83% 0.37% -
HSV(B) 43.46º 0.91% 0.67% -
XYZ 24.96 24.51 3.91 -
YUV 128.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 172 129 16 0 0.25 0.91 0.33 43.46 0.83 0.37
Hex AC 81 10 0 19 5B 21 2B 53 25
Octal 254 201 20 0 31 133 41 53 123 45
Binary 10101100 10000001 10000 0 11001 1011011 100001 101011 1010011 100101

Color Harmonies of #AC8110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8110

Black with #AC8110

Text Example


Text Example

White with #AC8110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8110; }

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

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

background-color css

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

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

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

border-color css

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

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

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