#A94C41

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

Shades of Apple Blossom #A94C41

Tints of Apple Blossom #A94C41

Color information

#A94C41 (or 0xA94C41) is unknown color: approx Apple Blossom. HEX triplet: A9, 4C and 41. RGB value is (169,76,65). Sum of RGB (Red+Green+Blue) = 169+76+65=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C41 is #56B3BE. Grayscale: #666666. Windows color (decimal): -5682111 or 4279465. OLE color: 4279465.

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

Color convert

RGB1697665-
CMYK00.550.620.34
HSL6.35º44.44%45.88%-
HSV(B)6.35º61.54%66.27%-
XYZ19.913.996.65-
YUV102.55106.81175.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=54.52%
G=24.52%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169766500.550.620.346.3544.4445.88
HexA94C410373E2262c2e
Octal251114101067764265456
Binary10101001100110010000010110111111110100010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C41; }

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

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

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

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

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

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

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

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