Html Css Color HEX #AC8415 Dark Goldenrod

📋 copy color: '#AC8415'

red 172 ◦ green 132 ◦ blue 21

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

Shades of Dark Goldenrod #AC8415

Tints of Dark Goldenrod #AC8415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 52.92%
G = 40.62%
B = 6.46%

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

#AC8415 (or 0xAC8415) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 15. RGB value is (172,132,21). Sum of RGB (Red+Green+Blue) = 172+132+21=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8415 is #537BEA. Grayscale: #838383. Windows color (decimal): -5471211 or 1410220. OLE color: 1410220.

HSL color Cylindrical-coordinate representation of color #AC8415: hue angle of 44.11º degrees, saturation: 0.78, 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 #AC8415 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 21 -
CMYK 0 0.23 0.88 0.33
HSL 44.11º 0.78% 0.38% -
HSV(B) 44.11º 0.88% 0.67% -
XYZ 25.4 25.33 4.26 -
YUV 131.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 172 132 21 0 0.23 0.88 0.33 44.11 0.78 0.38
Hex AC 84 15 0 17 58 21 2C 4E 26
Octal 254 204 25 0 27 130 41 54 116 46
Binary 10101100 10000100 10101 0 10111 1011000 100001 101100 1001110 100110

Color Harmonies of #AC8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8415

Black with #AC8415

Text Example


Text Example

White with #AC8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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