#A95F57

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

Shades of Au Chico #A95F57

Tints of Au Chico #A95F57

Color information

#A95F57 (or 0xA95F57) is unknown color: approx Au Chico. HEX triplet: A9, 5F and 57. RGB value is (169,95,87). Sum of RGB (Red+Green+Blue) = 169+95+87=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F57 is #56A0A8. Grayscale: #747474. Windows color (decimal): -5677225 or 5726121. OLE color: 5726121.

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

Color convert

RGB1699587-
CMYK00.440.490.34
HSL5.85º32.28%50.2%-
HSV(B)5.85º48.52%66.27%-
XYZ22.1717.3111.19-
YUV116.21111.52165.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=48.15%
G=27.07%
B=24.79%

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
Decimal169958700.440.490.345.8532.2850.2
HexA95F5702C312262032
Octal251137127054614264062
Binary10101001101111110101110101100110001100010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F57; }

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

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

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

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

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

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

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

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