#A45F57

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

Shades of Au Chico #A45F57

Tints of Au Chico #A45F57

Color information

#A45F57 (or 0xA45F57) is unknown color: approx Au Chico. HEX triplet: A4, 5F and 57. RGB value is (164,95,87). Sum of RGB (Red+Green+Blue) = 164+95+87=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F57 is #5BA0A8. Grayscale: #727272. Windows color (decimal): -6004905 or 5726116. OLE color: 5726116.

HSL color Cylindrical-coordinate representation of color #A45F57: hue angle of 6.23º degrees, saturation: 0.31, 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 #A45F57 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1649587-
CMYK00.420.470.36
HSL6.23º30.68%49.22%-
HSV(B)6.23º46.95%64.31%-
XYZ21.1216.7711.14-
YUV114.72112.36163.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=47.40%
G=27.46%
B=25.14%

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
Decimal164958700.420.470.366.2330.6849.22
HexA45F5702A2F2461f31
Octal244137127052574463761
Binary1010010010111111010111010101010111110010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F57; }

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

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

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

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

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

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

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

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