#A25049

Color #A25049 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A25049

Tints of Apple Blossom #A25049

Color information

#A25049 (or 0xA25049) is unknown color: approx Apple Blossom. HEX triplet: A2, 50 and 49. RGB value is (162,80,73). Sum of RGB (Red+Green+Blue) = 162+80+73=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25049 is #5DAFB6. Grayscale: #676767. Windows color (decimal): -6139831 or 4804770. OLE color: 4804770.

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

Color convert

RGB1628073-
CMYK00.510.550.36
HSL4.72º37.87%46.08%-
HSV(B)4.72º54.94%63.53%-
XYZ18.9713.97.99-
YUV103.72110.67169.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=51.43%
G=25.40%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162807300.510.550.364.7237.8746.08
HexA2504903337245262e
Octal242120111063674454656
Binary10100010101000010010010110011110111100100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25049; }

 p { color: rgb(162,80,73); }

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

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

 a { background-color: rgb(162,80,73); }

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

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

 span { border-color: rgb(162,80,73); }

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