#A25E57

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

Shades of Au Chico #A25E57

Tints of Au Chico #A25E57

Color information

#A25E57 (or 0xA25E57) is unknown color: approx Au Chico. HEX triplet: A2, 5E and 57. RGB value is (162,94,87). Sum of RGB (Red+Green+Blue) = 162+94+87=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E57 is #5DA1A8. Grayscale: #717171. Windows color (decimal): -6136233 or 5725858. OLE color: 5725858.

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

Color convert

RGB1629487-
CMYK00.420.460.36
HSL5.6º30.12%48.82%-
HSV(B)5.6º46.3%63.53%-
XYZ20.6216.3711.09-
YUV113.53113.03162.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=47.23%
G=27.41%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162948700.420.460.365.630.1248.82
HexA25E5702A2E2461e31
Octal242136127052564463661
Binary1010001010111101010111010101010111010010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E57; }

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

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

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

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

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

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

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

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