#A25F57

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

Shades of Au Chico #A25F57

Tints of Au Chico #A25F57

Color information

#A25F57 (or 0xA25F57) is unknown color: approx Au Chico. HEX triplet: A2, 5F and 57. RGB value is (162,95,87). Sum of RGB (Red+Green+Blue) = 162+95+87=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F57 is #5DA0A8. Grayscale: #727272. Windows color (decimal): -6135977 or 5726114. OLE color: 5726114.

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

Color convert

RGB1629587-
CMYK00.410.460.36
HSL6.4º30.12%48.82%-
HSV(B)6.4º46.3%63.53%-
XYZ20.7116.5511.12-
YUV114.12112.7162.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=47.09%
G=27.62%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162958700.410.460.366.430.1248.82
HexA25F570292E2461e31
Octal242137127051564463661
Binary1010001010111111010111010100110111010010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F57; }

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

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

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

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

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

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

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

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