#A0504C

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

Shades of Apple Blossom #A0504C

Tints of Apple Blossom #A0504C

Color information

#A0504C (or 0xA0504C) is unknown color: approx Apple Blossom. HEX triplet: A0, 50 and 4C. RGB value is (160,80,76). Sum of RGB (Red+Green+Blue) = 160+80+76=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0504C is #5FAFB3. Grayscale: #676767. Windows color (decimal): -6270900 or 5001376. OLE color: 5001376.

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

Color convert

RGB1608076-
CMYK00.50.520.37
HSL2.86º35.59%46.27%-
HSV(B)2.86º52.5%62.75%-
XYZ18.6713.738.5-
YUV103.46112.5168.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=50.63%
G=25.32%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160807600.50.520.372.8635.5946.27
HexA0504C03234253242e
Octal240120114062644534456
Binary1010000010100001001100011001011010010010111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0504C; }

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

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

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

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

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

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

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

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