#AC6159

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

Shades of Au Chico #AC6159

Tints of Au Chico #AC6159

Color information

#AC6159 (or 0xAC6159) is unknown color: approx Au Chico. HEX triplet: AC, 61 and 59. RGB value is (172,97,89). Sum of RGB (Red+Green+Blue) = 172+97+89=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6159 is #539EA6. Grayscale: #767676. Windows color (decimal): -5480103 or 5857708. OLE color: 5857708.

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

Color convert

RGB1729789-
CMYK00.440.480.33
HSL5.78º33.33%51.18%-
HSV(B)5.78º48.26%67.45%-
XYZ23.0918.0411.72-
YUV118.51111.35166.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=48.04%
G=27.09%
B=24.86%

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
Decimal172978900.440.480.335.7833.3351.18
HexAC615902C302162133
Octal254141131054604164163
Binary10101100110000110110010101100110000100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6159; }

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

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

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

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

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

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

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

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