#A65C59

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

Shades of Au Chico #A65C59

Tints of Au Chico #A65C59

Color information

#A65C59 (or 0xA65C59) is unknown color: approx Au Chico. HEX triplet: A6, 5C and 59. RGB value is (166,92,89). Sum of RGB (Red+Green+Blue) = 166+92+89=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C59 is #59A3A6. Grayscale: #717171. Windows color (decimal): -5874599 or 5856422. OLE color: 5856422.

HSL color Cylindrical-coordinate representation of color #A65C59: hue angle of 2.34º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65C59 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1669289-
CMYK00.450.460.35
HSL2.34º30.2%50%-
HSV(B)2.34º46.39%65.1%-
XYZ21.3616.4811.51-
YUV113.78114.02165.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=47.84%
G=26.51%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166928900.450.460.352.3430.250
HexA65C5902D2E2321e32
Octal246134131055564323662
Binary101001101011100101100101011011011101000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C59; }

 p { color: rgb(166,92,89); }

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

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

 a { background-color: rgb(166,92,89); }

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

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

 span { border-color: rgb(166,92,89); }

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