#A25F55

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

Shades of Au Chico #A25F55

Tints of Au Chico #A25F55

Color information

#A25F55 (or 0xA25F55) is unknown color: approx Au Chico. HEX triplet: A2, 5F and 55. RGB value is (162,95,85). Sum of RGB (Red+Green+Blue) = 162+95+85=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F55 is #5DA0AA. Grayscale: #727272. Windows color (decimal): -6135979 or 5595042. OLE color: 5595042.

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

Color convert

RGB1629585-
CMYK00.410.480.36
HSL7.79º31.17%48.43%-
HSV(B)7.79º47.53%63.53%-
XYZ20.6316.5210.7-
YUV113.89111.7162.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=47.37%
G=27.78%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162958500.410.480.367.7931.1748.43
HexA25F55029302481f30
Octal2421371250516044103760
Binary10100010101111110101010101001110000100100100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F55; }

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

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

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

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

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

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

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

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