#A9524C

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

Shades of Apple Blossom #A9524C

Tints of Apple Blossom #A9524C

Color information

#A9524C (or 0xA9524C) is unknown color: approx Apple Blossom. HEX triplet: A9, 52 and 4C. RGB value is (169,82,76). Sum of RGB (Red+Green+Blue) = 169+82+76=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9524C is #56ADB3. Grayscale: #6B6B6B. Windows color (decimal): -5680564 or 5001897. OLE color: 5001897.

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

Color convert

RGB1698276-
CMYK00.510.550.34
HSL3.87º37.96%48.04%-
HSV(B)3.87º55.03%66.27%-
XYZ20.6814.998.64-
YUV107.33110.32171.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=51.68%
G=25.08%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169827600.510.550.343.8737.9648.04
HexA9524C033372242630
Octal251122114063674244660
Binary10101001101001010011000110011110111100010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9524C; }

 p { color: rgb(169,82,76); }

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

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

 a { background-color: rgb(169,82,76); }

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

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

 span { border-color: rgb(169,82,76); }

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