#A25C56

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

Shades of Au Chico #A25C56

Tints of Au Chico #A25C56

Color information

#A25C56 (or 0xA25C56) is unknown color: approx Au Chico. HEX triplet: A2, 5C and 56. RGB value is (162,92,86). Sum of RGB (Red+Green+Blue) = 162+92+86=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C56 is #5DA3A9. Grayscale: #707070. Windows color (decimal): -6136746 or 5659810. OLE color: 5659810.

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

Color convert

RGB1629286-
CMYK00.430.470.36
HSL4.74º30.65%48.63%-
HSV(B)4.74º46.91%63.53%-
XYZ20.4116.0110.82-
YUV112.25113.19163.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=47.65%
G=27.06%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162928600.430.470.364.7430.6548.63
HexA25C5602B2F2451f31
Octal242134126053574453761
Binary1010001010111001010110010101110111110010010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C56; }

 p { color: rgb(162,92,86); }

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

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

 a { background-color: rgb(162,92,86); }

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

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

 span { border-color: rgb(162,92,86); }

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