#A95E57

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

Shades of Au Chico #A95E57

Tints of Au Chico #A95E57

Color information

#A95E57 (or 0xA95E57) is unknown color: approx Au Chico. HEX triplet: A9, 5E and 57. RGB value is (169,94,87). Sum of RGB (Red+Green+Blue) = 169+94+87=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E57 is #56A1A8. Grayscale: #737373. Windows color (decimal): -5677481 or 5725865. OLE color: 5725865.

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

Color convert

RGB1699487-
CMYK00.440.490.34
HSL5.12º32.28%50.2%-
HSV(B)5.12º48.52%66.27%-
XYZ22.0917.1311.16-
YUV115.63111.85166.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=48.29%
G=26.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169948700.440.490.345.1232.2850.2
HexA95E5702C312252032
Octal251136127054614254062
Binary10101001101111010101110101100110001100010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E57; }

 p { color: rgb(169,94,87); }

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

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

 a { background-color: rgb(169,94,87); }

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

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

 span { border-color: rgb(169,94,87); }

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