#A94E4D

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

Shades of Apple Blossom #A94E4D

Tints of Apple Blossom #A94E4D

Color information

#A94E4D (or 0xA94E4D) is unknown color: approx Apple Blossom. HEX triplet: A9, 4E and 4D. RGB value is (169,78,77). Sum of RGB (Red+Green+Blue) = 169+78+77=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E4D is #56B1B2. Grayscale: #696969. Windows color (decimal): -5681587 or 5066409. OLE color: 5066409.

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

Color convert

RGB1697877-
CMYK00.540.540.34
HSL0.65º37.4%48.24%-
HSV(B)0.65º54.44%66.27%-
XYZ20.4314.428.73-
YUV105.1112.15173.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=52.16%
G=24.07%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169787700.540.540.340.6537.448.24
HexA94E4D036362212530
Octal251116115066664214560
Binary101010011001110100110101101101101101000101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E4D; }

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

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

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

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

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

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

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

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