#A0524E

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

Shades of Apple Blossom #A0524E

Tints of Apple Blossom #A0524E

Color information

#A0524E (or 0xA0524E) is unknown color: approx Apple Blossom. HEX triplet: A0, 52 and 4E. RGB value is (160,82,78). Sum of RGB (Red+Green+Blue) = 160+82+78=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0524E is #5FADB1. Grayscale: #686868. Windows color (decimal): -6270386 or 5132960. OLE color: 5132960.

HSL color Cylindrical-coordinate representation of color #A0524E: hue angle of 2.93º 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 #A0524E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1608278-
CMYK00.490.510.37
HSL2.93º34.45%46.67%-
HSV(B)2.93º51.25%62.75%-
XYZ18.8914.068.93-
YUV104.87112.84167.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=50%
G=25.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160827800.490.510.372.9334.4546.67
HexA0524E03133253222f
Octal240122116061634534257
Binary1010000010100101001110011000111001110010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0524E; }

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

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

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

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

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

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

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

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