Html Css Color HEX #AC8312 Dark Goldenrod

📋 copy color: '#AC8312'

red 172 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #AC8312

Tints of Dark Goldenrod #AC8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 53.58%
G = 40.81%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8312 (or 0xAC8312) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 12. RGB value is (172,131,18). Sum of RGB (Red+Green+Blue) = 172+131+18=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8312 is #537CED. Grayscale: #828282. Windows color (decimal): -5471470 or 1213356. OLE color: 1213356.

HSL color Cylindrical-coordinate representation of color #AC8312: hue angle of 44.03º degrees, saturation: 0.81, 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 #AC8312 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 18 -
CMYK 0 0.24 0.90 0.33
HSL 44.03º 0.81% 0.37% -
HSV(B) 44.03º 0.9% 0.67% -
XYZ 25.24 25.05 4.08 -
YUV 130.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 172 131 18 0 0.24 0.90 0.33 44.03 0.81 0.37
Hex AC 83 12 0 18 5A 21 2C 51 25
Octal 254 203 22 0 30 132 41 54 121 45
Binary 10101100 10000011 10010 0 11000 1011010 100001 101100 1010001 100101

Color Harmonies of #AC8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8312

Black with #AC8312

Text Example


Text Example

White with #AC8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8312; }

 p { color: rgb(172,131,18); }

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

background-color css

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

 a { background-color: rgb(172,131,18); }

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

border-color css

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

 span { border-color: rgb(172,131,18); }

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