#A94F4D

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

Shades of Apple Blossom #A94F4D

Tints of Apple Blossom #A94F4D

Color information

#A94F4D (or 0xA94F4D) is unknown color: approx Apple Blossom. HEX triplet: A9, 4F and 4D. RGB value is (169,79,77). Sum of RGB (Red+Green+Blue) = 169+79+77=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F4D is #56B0B2. Grayscale: #696969. Windows color (decimal): -5681331 or 5066665. OLE color: 5066665.

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

Color convert

RGB1697977-
CMYK00.530.540.34
HSL1.3º37.4%48.24%-
HSV(B)1.3º54.44%66.27%-
XYZ20.514.568.75-
YUV105.68111.82173.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=52%
G=24.31%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169797700.530.540.341.337.448.24
HexA94F4D035362212530
Octal251117115065664214560
Binary101010011001111100110101101011101101000101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F4D; }

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

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

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

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

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

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

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

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