#A35F57

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

Shades of Au Chico #A35F57

Tints of Au Chico #A35F57

Color information

#A35F57 (or 0xA35F57) is unknown color: approx Au Chico. HEX triplet: A3, 5F and 57. RGB value is (163,95,87). Sum of RGB (Red+Green+Blue) = 163+95+87=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F57 is #5CA0A8. Grayscale: #727272. Windows color (decimal): -6070441 or 5726115. OLE color: 5726115.

HSL color Cylindrical-coordinate representation of color #A35F57: hue angle of 6.32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35F57 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1639587-
CMYK00.420.470.36
HSL6.32º30.4%49.02%-
HSV(B)6.32º46.63%63.92%-
XYZ20.9216.6611.13-
YUV114.42112.53162.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=47.25%
G=27.54%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163958700.420.470.366.3230.449.02
HexA35F5702A2F2461e31
Octal243137127052574463661
Binary1010001110111111010111010101010111110010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F57; }

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

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

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

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

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

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

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

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