#A0504E

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

Shades of Apple Blossom #A0504E

Tints of Apple Blossom #A0504E

Color information

#A0504E (or 0xA0504E) is unknown color: approx Apple Blossom. HEX triplet: A0, 50 and 4E. RGB value is (160,80,78). Sum of RGB (Red+Green+Blue) = 160+80+78=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0504E is #5FAFB1. Grayscale: #676767. Windows color (decimal): -6270898 or 5132448. OLE color: 5132448.

HSL color Cylindrical-coordinate representation of color #A0504E: hue angle of 1.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0504E is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1608078-
CMYK00.50.510.37
HSL1.46º34.45%46.67%-
HSV(B)1.46º51.25%62.75%-
XYZ18.7413.768.88-
YUV103.69113.5168.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=50.31%
G=25.16%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160807800.50.510.371.4634.4546.67
HexA0504E03233251222f
Octal240120116062634514257
Binary101000001010000100111001100101100111001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0504E; }

 p { color: rgb(160,80,78); }

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

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

 a { background-color: rgb(160,80,78); }

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

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

 span { border-color: rgb(160,80,78); }

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