#A9504E

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

Shades of Apple Blossom #A9504E

Tints of Apple Blossom #A9504E

Color information

#A9504E (or 0xA9504E) is unknown color: approx Apple Blossom. HEX triplet: A9, 50 and 4E. RGB value is (169,80,78). Sum of RGB (Red+Green+Blue) = 169+80+78=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9504E is #56AFB1. Grayscale: #6A6A6A. Windows color (decimal): -5681074 or 5132457. OLE color: 5132457.

HSL color Cylindrical-coordinate representation of color #A9504E: hue angle of 1.32º 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 #A9504E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1698078-
CMYK00.530.540.34
HSL1.32º36.84%48.43%-
HSV(B)1.32º53.85%66.27%-
XYZ20.6114.728.96-
YUV106.38111.99172.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=51.68%
G=24.46%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169807800.530.540.341.3236.8448.43
HexA9504E035362212530
Octal251120116065664214560
Binary101010011010000100111001101011101101000101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9504E; }

 p { color: rgb(169,80,78); }

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

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

 a { background-color: rgb(169,80,78); }

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

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

 span { border-color: rgb(169,80,78); }

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