#A65D56

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

Shades of Au Chico #A65D56

Tints of Au Chico #A65D56

Color information

#A65D56 (or 0xA65D56) is unknown color: approx Au Chico. HEX triplet: A6, 5D and 56. RGB value is (166,93,86). Sum of RGB (Red+Green+Blue) = 166+93+86=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D56 is #59A2A9. Grayscale: #727272. Windows color (decimal): -5874346 or 5660070. OLE color: 5660070.

HSL color Cylindrical-coordinate representation of color #A65D56: hue angle of 5.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65D56 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1669386-
CMYK00.440.480.35
HSL5.25º31.75%49.41%-
HSV(B)5.25º48.19%65.1%-
XYZ21.3216.6110.89-
YUV114.03112.18165.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=48.12%
G=26.96%
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.35
SystemRedGreenBlueCMYKHSL
Decimal166938600.440.480.355.2531.7549.41
HexA65D5602C302352031
Octal246135126054604354061
Binary10100110101110110101100101100110000100011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D56; }

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

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

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

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

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

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

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

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