Html Css Color HEX #AC8612 Dark Goldenrod

📋 copy color: '#AC8612'

red 172 ◦ green 134 ◦ blue 18

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

Shades of Dark Goldenrod #AC8612

Tints of Dark Goldenrod #AC8612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

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

R = 53.09%
G = 41.36%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8612 (or 0xAC8612) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 12. RGB value is (172,134,18). Sum of RGB (Red+Green+Blue) = 172+134+18=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8612 is #5379ED. Grayscale: #848484. Windows color (decimal): -5470702 or 1214124. OLE color: 1214124.

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

Color convert

RGB 172 134 18 -
CMYK 0 0.22 0.90 0.33
HSL 45.19º 0.81% 0.37% -
HSV(B) 45.19º 0.9% 0.67% -
XYZ 25.65 25.86 4.21 -
YUV 132.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 172 134 18 0 0.22 0.90 0.33 45.19 0.81 0.37
Hex AC 86 12 0 16 5A 21 2D 51 25
Octal 254 206 22 0 26 132 41 55 121 45
Binary 10101100 10000110 10010 0 10110 1011010 100001 101101 1010001 100101

Color Harmonies of #AC8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8612

Black with #AC8612

Text Example


Text Example

White with #AC8612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8612; }

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

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

background-color css

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

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

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

border-color css

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

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

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