#AC6059

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

Shades of Au Chico #AC6059

Tints of Au Chico #AC6059

Color information

#AC6059 (or 0xAC6059) is unknown color: approx Au Chico. HEX triplet: AC, 60 and 59. RGB value is (172,96,89). Sum of RGB (Red+Green+Blue) = 172+96+89=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6059 is #539FA6. Grayscale: #767676. Windows color (decimal): -5480359 or 5857452. OLE color: 5857452.

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

Color convert

RGB1729689-
CMYK00.440.480.33
HSL5.06º33.33%51.18%-
HSV(B)5.06º48.26%67.45%-
XYZ2317.8611.69-
YUV117.93111.68166.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=48.18%
G=26.89%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172968900.440.480.335.0633.3351.18
HexAC605902C302152133
Octal254140131054604154163
Binary10101100110000010110010101100110000100001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6059; }

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

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

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

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

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

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

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

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