#AC6459

Color #AC6459 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #AC6459

Tints of Au Chico #AC6459

Color information

#AC6459 (or 0xAC6459) is unknown color: approx Au Chico. HEX triplet: AC, 64 and 59. RGB value is (172,100,89). Sum of RGB (Red+Green+Blue) = 172+100+89=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6459 is #539BA6. Grayscale: #787878. Windows color (decimal): -5479335 or 5858476. OLE color: 5858476.

HSL color Cylindrical-coordinate representation of color #AC6459: hue angle of 7.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6459 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17210089-
CMYK00.420.480.33
HSL7.95º33.33%51.18%-
HSV(B)7.95º48.26%67.45%-
XYZ23.3718.6111.81-
YUV120.27110.35164.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=47.65%
G=27.70%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721008900.420.480.337.9533.3351.18
HexAC645902A302182133
Octal2541441310526041104163
Binary101011001100100101100101010101100001000011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6459; }

 p { color: rgb(172,100,89); }

 H1.HeaderClassName
 {
   color: #AC6459;
 }
 .AnyTagClassName
 {
   color: #AC6459;
 }
</style>
background-color css

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

 a { background-color: rgb(172,100,89); }

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

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

 span { border-color: rgb(172,100,89); }

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