Html Css Color HEX #AC8111 Dark Goldenrod

📋 copy color: '#AC8111'

red 172 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #AC8111

Tints of Dark Goldenrod #AC8111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 54.09%
G = 40.57%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8111 (or 0xAC8111) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 11. RGB value is (172,129,17). Sum of RGB (Red+Green+Blue) = 172+129+17=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8111 is #537EEE. Grayscale: #818181. Windows color (decimal): -5471983 or 1147308. OLE color: 1147308.

HSL color Cylindrical-coordinate representation of color #AC8111: hue angle of 43.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8111 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 17 -
CMYK 0 0.25 0.90 0.33
HSL 43.35º 0.82% 0.37% -
HSV(B) 43.35º 0.9% 0.67% -
XYZ 24.96 24.51 3.95 -
YUV 129.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 172 129 17 0 0.25 0.90 0.33 43.35 0.82 0.37
Hex AC 81 11 0 19 5A 21 2B 52 25
Octal 254 201 21 0 31 132 41 53 122 45
Binary 10101100 10000001 10001 0 11001 1011010 100001 101011 1010010 100101

Color Harmonies of #AC8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8111

Black with #AC8111

Text Example


Text Example

White with #AC8111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8111; }

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

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

background-color css

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

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

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

border-color css

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

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

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