#A84F46

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

Shades of Apple Blossom #A84F46

Tints of Apple Blossom #A84F46

Color information

#A84F46 (or 0xA84F46) is unknown color: approx Apple Blossom. HEX triplet: A8, 4F and 46. RGB value is (168,79,70). Sum of RGB (Red+Green+Blue) = 168+79+70=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F46 is #57B0B9. Grayscale: #686868. Windows color (decimal): -5746874 or 4607912. OLE color: 4607912.

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

Color convert

RGB1687970-
CMYK00.530.580.34
HSL5.51º41.18%46.67%-
HSV(B)5.51º58.33%65.88%-
XYZ20.0514.367.51-
YUV104.58108.49173.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=53.00%
G=24.92%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168797000.530.580.345.5141.1846.67
HexA84F460353A226292f
Octal250117106065724265157
Binary10101000100111110001100110101111010100010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F46; }

 p { color: rgb(168,79,70); }

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

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

 a { background-color: rgb(168,79,70); }

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

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

 span { border-color: rgb(168,79,70); }

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