#A0514F

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

Shades of Apple Blossom #A0514F

Tints of Apple Blossom #A0514F

Color information

#A0514F (or 0xA0514F) is unknown color: approx Apple Blossom. HEX triplet: A0, 51 and 4F. RGB value is (160,81,79). Sum of RGB (Red+Green+Blue) = 160+81+79=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0514F is #5FAEB0. Grayscale: #686868. Windows color (decimal): -6270641 or 5198240. OLE color: 5198240.

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

Color convert

RGB1608179-
CMYK00.490.510.37
HSL1.48º33.89%46.86%-
HSV(B)1.48º50.63%62.75%-
XYZ18.8513.929.09-
YUV104.39113.67167.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=50%
G=25.31%
B=24.69%

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
Decimal160817900.490.510.371.4833.8946.86
HexA0514F03133251222f
Octal240121117061634514257
Binary101000001010001100111101100011100111001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0514F; }

 p { color: rgb(160,81,79); }

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

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

 a { background-color: rgb(160,81,79); }

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

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

 span { border-color: rgb(160,81,79); }

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