#A84F45

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

Shades of Apple Blossom #A84F45

Tints of Apple Blossom #A84F45

Color information

#A84F45 (or 0xA84F45) is unknown color: approx Apple Blossom. HEX triplet: A8, 4F and 45. RGB value is (168,79,69). Sum of RGB (Red+Green+Blue) = 168+79+69=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F45 is #57B0BA. Grayscale: #686868. Windows color (decimal): -5746875 or 4542376. OLE color: 4542376.

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

Color convert

RGB1687969-
CMYK00.530.590.34
HSL6.06º41.77%46.47%-
HSV(B)6.06º58.93%65.88%-
XYZ20.0214.357.34-
YUV104.47107.99173.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=53.16%
G=25%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168796900.530.590.346.0641.7746.47
HexA84F450353B2262a2e
Octal250117105065734265256
Binary10101000100111110001010110101111011100010110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F45; }

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

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

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

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

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

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

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

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