#A94E49

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

Shades of Apple Blossom #A94E49

Tints of Apple Blossom #A94E49

Color information

#A94E49 (or 0xA94E49) is unknown color: approx Apple Blossom. HEX triplet: A9, 4E and 49. RGB value is (169,78,73). Sum of RGB (Red+Green+Blue) = 169+78+73=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E49 is #56B1B6. Grayscale: #686868. Windows color (decimal): -5681591 or 4804265. OLE color: 4804265.

HSL color Cylindrical-coordinate representation of color #A94E49: hue angle of 3.13º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94E49 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1697873-
CMYK00.540.570.34
HSL3.13º39.67%47.45%-
HSV(B)3.13º56.8%66.27%-
XYZ20.2914.368.01-
YUV104.64110.15173.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=52.81%
G=24.38%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169787300.540.570.343.1339.6747.45
HexA94E4903639223282f
Octal251116111066714235057
Binary1010100110011101001001011011011100110001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E49; }

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

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

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

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

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

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

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

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