#A2504C

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

Shades of Apple Blossom #A2504C

Tints of Apple Blossom #A2504C

Color information

#A2504C (or 0xA2504C) is unknown color: approx Apple Blossom. HEX triplet: A2, 50 and 4C. RGB value is (162,80,76). Sum of RGB (Red+Green+Blue) = 162+80+76=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2504C is #5DAFB3. Grayscale: #686868. Windows color (decimal): -6139828 or 5001378. OLE color: 5001378.

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

Color convert

RGB1628076-
CMYK00.510.530.36
HSL2.79º36.13%46.67%-
HSV(B)2.79º53.09%63.53%-
XYZ19.0713.948.52-
YUV104.06112.17169.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=50.94%
G=25.16%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162807600.510.530.362.7936.1346.67
HexA2504C03335243242f
Octal242120114063654434457
Binary1010001010100001001100011001111010110010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2504C; }

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

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

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

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

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

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

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

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