#A94F49

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

Shades of Apple Blossom #A94F49

Tints of Apple Blossom #A94F49

Color information

#A94F49 (or 0xA94F49) is unknown color: approx Apple Blossom. HEX triplet: A9, 4F and 49. RGB value is (169,79,73). Sum of RGB (Red+Green+Blue) = 169+79+73=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94F49 is #56B0B6. Grayscale: #696969. Windows color (decimal): -5681335 or 4804521. OLE color: 4804521.

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

Color convert

RGB1697973-
CMYK00.530.570.34
HSL3.75º39.67%47.45%-
HSV(B)3.75º56.8%66.27%-
XYZ20.3614.518.03-
YUV105.23109.82173.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=52.65%
G=24.61%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169797300.530.570.343.7539.6747.45
HexA94F4903539224282f
Octal251117111065714245057
Binary10101001100111110010010110101111001100010100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F49; }

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

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

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

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

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

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

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

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