#a9514d

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

Shades of Apple Blossom #A9514D

Tints of Apple Blossom #A9514D

Color information

#A9514D (or 0xA9514D) is unknown color: approx Apple Blossom. HEX triplet: A9, 51 and 4D. RGB value is (169,81,77). Sum of RGB (Red+Green+Blue) = 169+81+77=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9514D is #56AEB2. Grayscale: #6A6A6A. Windows color (decimal): -5680819 or 5067177. OLE color: 5067177.

HSL color Cylindrical-coordinate representation of color #A9514D: hue angle of 2.61º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9514D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1698177-
CMYK00.520.540.34
HSL2.61º37.4%48.24%-
HSV(B)2.61º54.44%66.27%-
XYZ20.6414.868.8-
YUV106.86111.15172.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=51.68%
G=24.77%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169817700.520.540.342.6137.448.24
HexA9514D034362232530
Octal251121115064664234560
Binary1010100110100011001101011010011011010001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9514d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9514d; }

 p { color: rgb(169,81,77); }

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

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

 a { background-color: rgb(169,81,77); }

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

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

 span { border-color: rgb(169,81,77); }

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