#A9504B

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

Shades of Apple Blossom #A9504B

Tints of Apple Blossom #A9504B

Color information

#A9504B (or 0xA9504B) is unknown color: approx Apple Blossom. HEX triplet: A9, 50 and 4B. RGB value is (169,80,75). Sum of RGB (Red+Green+Blue) = 169+80+75=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A9504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9504B is #56AFB4. Grayscale: #6A6A6A. Windows color (decimal): -5681077 or 4935849. OLE color: 4935849.

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

Color convert

RGB1698075-
CMYK00.530.560.34
HSL3.19º38.52%47.84%-
HSV(B)3.19º55.62%66.27%-
XYZ20.514.688.41-
YUV106.04110.49172.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=52.16%
G=24.69%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169807500.530.560.343.1938.5247.84
HexA9504B035382232730
Octal251120113065704234760
Binary1010100110100001001011011010111100010001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9504B; }

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

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

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

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

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

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

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

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