#A25C55

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

Shades of Au Chico #A25C55

Tints of Au Chico #A25C55

Color information

#A25C55 (or 0xA25C55) is unknown color: approx Au Chico. HEX triplet: A2, 5C and 55. RGB value is (162,92,85). Sum of RGB (Red+Green+Blue) = 162+92+85=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C55 is #5DA3AA. Grayscale: #707070. Windows color (decimal): -6136747 or 5594274. OLE color: 5594274.

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

Color convert

RGB1629285-
CMYK00.430.480.36
HSL5.45º31.17%48.43%-
HSV(B)5.45º47.53%63.53%-
XYZ20.3715.9910.61-
YUV112.13112.69163.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=47.79%
G=27.14%
B=25.07%

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
Decimal162928500.430.480.365.4531.1748.43
HexA25C5502B302451f30
Octal242134125053604453760
Binary1010001010111001010101010101111000010010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C55; }

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

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

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

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

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

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

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

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