#A94E43

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

Shades of Apple Blossom #A94E43

Tints of Apple Blossom #A94E43

Color information

#A94E43 (or 0xA94E43) is unknown color: approx Apple Blossom. HEX triplet: A9, 4E and 43. RGB value is (169,78,67). Sum of RGB (Red+Green+Blue) = 169+78+67=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E43 is #56B1BC. Grayscale: #686868. Windows color (decimal): -5681597 or 4411049. OLE color: 4411049.

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

Color convert

RGB1697867-
CMYK00.540.600.34
HSL6.47º43.22%46.27%-
HSV(B)6.47º60.36%66.27%-
XYZ20.114.297.01-
YUV103.96107.15174.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 67 (26.56% from 255) = 21.34%
R=53.82%
G=24.84%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169786700.540.600.346.4743.2246.27
HexA94E430363C2262b2e
Octal251116103066744265356
Binary10101001100111010000110110110111100100010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E43; }

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

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

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

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

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

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

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

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