#A25E54

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

Shades of Au Chico #A25E54

Tints of Au Chico #A25E54

Color information

#A25E54 (or 0xA25E54) is unknown color: approx Au Chico. HEX triplet: A2, 5E and 54. RGB value is (162,94,84). Sum of RGB (Red+Green+Blue) = 162+94+84=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E54 is #5DA1AB. Grayscale: #717171. Windows color (decimal): -6136236 or 5529250. OLE color: 5529250.

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

Color convert

RGB1629484-
CMYK00.420.480.36
HSL7.69º31.71%48.24%-
HSV(B)7.69º48.15%63.53%-
XYZ20.516.3310.46-
YUV113.19111.53162.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=47.65%
G=27.65%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162948400.420.480.367.6931.7148.24
HexA25E5402A302482030
Octal2421361240526044104060
Binary101000101011110101010001010101100001001001000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E54; }

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

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

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

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

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

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

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

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