#A65E55

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

Shades of Au Chico #A65E55

Tints of Au Chico #A65E55

Color information

#A65E55 (or 0xA65E55) is unknown color: approx Au Chico. HEX triplet: A6, 5E and 55. RGB value is (166,94,85). Sum of RGB (Red+Green+Blue) = 166+94+85=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E55 is #59A1AA. Grayscale: #727272. Windows color (decimal): -5874091 or 5594790. OLE color: 5594790.

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

Color convert

RGB1669485-
CMYK00.430.490.35
HSL6.67º32.27%49.22%-
HSV(B)6.67º48.8%65.1%-
XYZ21.3716.7710.7-
YUV114.5111.35164.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=48.12%
G=27.25%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166948500.430.490.356.6732.2749.22
HexA65E5502B312372031
Octal246136125053614374061
Binary10100110101111010101010101011110001100011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E55; }

 p { color: rgb(166,94,85); }

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

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

 a { background-color: rgb(166,94,85); }

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

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

 span { border-color: rgb(166,94,85); }

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