#A94F44

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

Shades of Apple Blossom #A94F44

Tints of Apple Blossom #A94F44

Color information

#A94F44 (or 0xA94F44) is unknown color: approx Apple Blossom. HEX triplet: A9, 4F and 44. RGB value is (169,79,68). Sum of RGB (Red+Green+Blue) = 169+79+68=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94F44 is #56B0BB. Grayscale: #686868. Windows color (decimal): -5681340 or 4476841. OLE color: 4476841.

HSL color Cylindrical-coordinate representation of color #A94F44: hue angle of 6.53º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94F44 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1697968-
CMYK00.530.600.34
HSL6.53º42.62%46.47%-
HSV(B)6.53º59.76%66.27%-
XYZ20.214.447.19-
YUV104.66107.32173.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=53.48%
G=25%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169796800.530.600.346.5342.6246.47
HexA94F440353C2272b2e
Octal251117104065744275356
Binary10101001100111110001000110101111100100010111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F44; }

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

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

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

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

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

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

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

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