#A25F53

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

Shades of Au Chico #A25F53

Tints of Au Chico #A25F53

Color information

#A25F53 (or 0xA25F53) is unknown color: approx Au Chico. HEX triplet: A2, 5F and 53. RGB value is (162,95,83). Sum of RGB (Red+Green+Blue) = 162+95+83=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F53 is #5DA0AC. Grayscale: #717171. Windows color (decimal): -6135981 or 5463970. OLE color: 5463970.

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

Color convert

RGB1629583-
CMYK00.410.490.36
HSL9.11º32.24%48.04%-
HSV(B)9.11º48.77%63.53%-
XYZ20.5516.4910.28-
YUV113.66110.7162.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=47.65%
G=27.94%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162958300.410.490.369.1132.2448.04
HexA25F53029312492030
Octal2421371230516144114060
Binary101000101011111101001101010011100011001001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F53; }

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

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

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

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

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

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

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

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