#A25D54

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

Shades of Au Chico #A25D54

Tints of Au Chico #A25D54

Color information

#A25D54 (or 0xA25D54) is unknown color: approx Au Chico. HEX triplet: A2, 5D and 54. RGB value is (162,93,84). Sum of RGB (Red+Green+Blue) = 162+93+84=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D54 is #5DA2AB. Grayscale: #707070. Windows color (decimal): -6136492 or 5528994. OLE color: 5528994.

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

Color convert

RGB1629384-
CMYK00.430.480.36
HSL6.92º31.71%48.24%-
HSV(B)6.92º48.15%63.53%-
XYZ20.4116.1510.43-
YUV112.6111.86163.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=47.79%
G=27.43%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162938400.430.480.366.9231.7148.24
HexA25D5402B302472030
Octal242135124053604474060
Binary10100010101110110101000101011110000100100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D54; }

 p { color: rgb(162,93,84); }

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

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

 a { background-color: rgb(162,93,84); }

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

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

 span { border-color: rgb(162,93,84); }

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