#A65D59

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

Shades of Au Chico #A65D59

Tints of Au Chico #A65D59

Color information

#A65D59 (or 0xA65D59) is unknown color: approx Au Chico. HEX triplet: A6, 5D and 59. RGB value is (166,93,89). Sum of RGB (Red+Green+Blue) = 166+93+89=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D59 is #59A2A6. Grayscale: #727272. Windows color (decimal): -5874343 or 5856678. OLE color: 5856678.

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

Color convert

RGB1669389-
CMYK00.440.460.35
HSL3.12º30.2%50%-
HSV(B)3.12º46.39%65.1%-
XYZ21.4416.6611.54-
YUV114.37113.68164.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=47.70%
G=26.72%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166938900.440.460.353.1230.250
HexA65D5902C2E2331e32
Octal246135131054564333662
Binary101001101011101101100101011001011101000111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D59; }

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

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

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

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

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

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

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

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