#A4514E

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

Shades of Apple Blossom #A4514E

Tints of Apple Blossom #A4514E

Color information

#A4514E (or 0xA4514E) is unknown color: approx Apple Blossom. HEX triplet: A4, 51 and 4E. RGB value is (164,81,78). Sum of RGB (Red+Green+Blue) = 164+81+78=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4514E is #5BAEB1. Grayscale: #696969. Windows color (decimal): -6008498 or 5132708. OLE color: 5132708.

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

Color convert

RGB1648178-
CMYK00.510.520.36
HSL2.09º35.54%47.45%-
HSV(B)2.09º52.44%64.31%-
XYZ19.6314.338.94-
YUV105.48112.5169.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=50.77%
G=25.08%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164817800.510.520.362.0935.5447.45
HexA4514E03334242242f
Octal244121116063644424457
Binary1010010010100011001110011001111010010010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4514E; }

 p { color: rgb(164,81,78); }

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

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

 a { background-color: rgb(164,81,78); }

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

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

 span { border-color: rgb(164,81,78); }

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