#A94C4C

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

Shades of Apple Blossom #A94C4C

Tints of Apple Blossom #A94C4C

Color information

#A94C4C (or 0xA94C4C) is unknown color: approx Apple Blossom. HEX triplet: A9, 4C and 4C. RGB value is (169,76,76). Sum of RGB (Red+Green+Blue) = 169+76+76=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C4C is #56B3B3. Grayscale: #676767. Windows color (decimal): -5682100 or 5000361. OLE color: 5000361.

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

Color convert

RGB1697676-
CMYK00.550.550.34
HSL37.96%48.04%-
HSV(B)55.03%66.27%-
XYZ20.2514.138.5-
YUV103.81112.31174.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=52.65%
G=23.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169767600.550.550.34037.9648.04
HexA94C4C037372202630
Octal251114114067674204660
Binary101010011001100100110001101111101111000100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C4C; }

 p { color: rgb(169,76,76); }

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

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

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

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

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

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

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