#A9514B

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

Shades of Apple Blossom #A9514B

Tints of Apple Blossom #A9514B

Color information

#A9514B (or 0xA9514B) is unknown color: approx Apple Blossom. HEX triplet: A9, 51 and 4B. RGB value is (169,81,75). Sum of RGB (Red+Green+Blue) = 169+81+75=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A9514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9514B is #56AEB4. Grayscale: #6A6A6A. Windows color (decimal): -5680821 or 4936105. OLE color: 4936105.

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

Color convert

RGB1698175-
CMYK00.520.560.34
HSL3.83º38.52%47.84%-
HSV(B)3.83º55.62%66.27%-
XYZ20.5714.838.43-
YUV106.63110.15172.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=52%
G=24.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169817500.520.560.343.8338.5247.84
HexA9514B034382242730
Octal251121113064704244760
Binary10101001101000110010110110100111000100010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9514B; }

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

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

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

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

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

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

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

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