#A84E42

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

Shades of Apple Blossom #A84E42

Tints of Apple Blossom #A84E42

Color information

#A84E42 (or 0xA84E42) is unknown color: approx Apple Blossom. HEX triplet: A8, 4E and 42. RGB value is (168,78,66). Sum of RGB (Red+Green+Blue) = 168+78+66=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E42 is #57B1BD. Grayscale: #676767. Windows color (decimal): -5747134 or 4345512. OLE color: 4345512.

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

Color convert

RGB1687866-
CMYK00.540.610.34
HSL7.06º43.59%45.88%-
HSV(B)7.06º60.71%65.88%-
XYZ19.8614.176.84-
YUV103.54106.82173.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.85%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=53.85%
G=25%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168786600.540.610.347.0643.5945.88
HexA84E420363D2272c2e
Octal250116102066754275456
Binary10101000100111010000100110110111101100010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E42; }

 p { color: rgb(168,78,66); }

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

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

 a { background-color: rgb(168,78,66); }

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

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

 span { border-color: rgb(168,78,66); }

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