#A9524E

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

Shades of Apple Blossom #A9524E

Tints of Apple Blossom #A9524E

Color information

#A9524E (or 0xA9524E) is unknown color: approx Apple Blossom. HEX triplet: A9, 52 and 4E. RGB value is (169,82,78). Sum of RGB (Red+Green+Blue) = 169+82+78=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9524E is #56ADB1. Grayscale: #6B6B6B. Windows color (decimal): -5680562 or 5132969. OLE color: 5132969.

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

Color convert

RGB1698278-
CMYK00.510.540.34
HSL2.64º36.84%48.43%-
HSV(B)2.64º53.85%66.27%-
XYZ20.7515.029.01-
YUV107.56111.32171.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=51.37%
G=24.92%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169827800.510.540.342.6436.8448.43
HexA9524E033362232530
Octal251122116063664234560
Binary1010100110100101001110011001111011010001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9524E; }

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

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

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

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

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

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

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

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