#A25F52

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

Shades of Au Chico #A25F52

Tints of Au Chico #A25F52

Color information

#A25F52 (or 0xA25F52) is unknown color: approx Au Chico. HEX triplet: A2, 5F and 52. RGB value is (162,95,82). Sum of RGB (Red+Green+Blue) = 162+95+82=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F52 is #5DA0AD. Grayscale: #717171. Windows color (decimal): -6135982 or 5398434. OLE color: 5398434.

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

Color convert

RGB1629582-
CMYK00.410.490.36
HSL9.75º32.79%47.84%-
HSV(B)9.75º49.38%63.53%-
XYZ20.5216.4710.08-
YUV113.55110.2162.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=47.79%
G=28.02%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162958200.410.490.369.7532.7947.84
HexA25F520293124a2130
Octal2421371220516144124160
Binary101000101011111101001001010011100011001001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F52; }

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

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

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

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

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

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

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

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