#A25F58

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

Shades of Au Chico #A25F58

Tints of Au Chico #A25F58

Color information

#A25F58 (or 0xA25F58) is unknown color: approx Au Chico. HEX triplet: A2, 5F and 58. RGB value is (162,95,88). Sum of RGB (Red+Green+Blue) = 162+95+88=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F58 is #5DA0A7. Grayscale: #727272. Windows color (decimal): -6135976 or 5791650. OLE color: 5791650.

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

Color convert

RGB1629588-
CMYK00.410.460.36
HSL5.68º29.6%49.02%-
HSV(B)5.68º45.68%63.53%-
XYZ20.7516.5711.34-
YUV114.23113.2162.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=46.96%
G=27.54%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162958800.410.460.365.6829.649.02
HexA25F580292E2461e31
Octal242137130051564463661
Binary1010001010111111011000010100110111010010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F58; }

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

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

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

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

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

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

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

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