Html Css Color HEX #AC8414 Dark Goldenrod

📋 copy color: '#AC8414'

red 172 ◦ green 132 ◦ blue 20

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

Shades of Dark Goldenrod #AC8414

Tints of Dark Goldenrod #AC8414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 53.09%
G = 40.74%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC8414 (or 0xAC8414) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 14. RGB value is (172,132,20). Sum of RGB (Red+Green+Blue) = 172+132+20=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8414 is #537BEB. Grayscale: #838383. Windows color (decimal): -5471212 or 1344684. OLE color: 1344684.

HSL color Cylindrical-coordinate representation of color #AC8414: hue angle of 44.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC8414 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 20 -
CMYK 0 0.23 0.88 0.33
HSL 44.21º 0.79% 0.38% -
HSV(B) 44.21º 0.88% 0.67% -
XYZ 25.39 25.32 4.21 -
YUV 131.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 172 132 20 0 0.23 0.88 0.33 44.21 0.79 0.38
Hex AC 84 14 0 17 58 21 2C 4F 26
Octal 254 204 24 0 27 130 41 54 117 46
Binary 10101100 10000100 10100 0 10111 1011000 100001 101100 1001111 100110

Color Harmonies of #AC8414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8414

Black with #AC8414

Text Example


Text Example

White with #AC8414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8414; }

 p { color: rgb(172,132,20); }

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

background-color css

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

 a { background-color: rgb(172,132,20); }

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

border-color css

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

 span { border-color: rgb(172,132,20); }

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