#A84D45

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

Shades of Apple Blossom #A84D45

Tints of Apple Blossom #A84D45

Color information

#A84D45 (or 0xA84D45) is unknown color: approx Apple Blossom. HEX triplet: A8, 4D and 45. RGB value is (168,77,69). Sum of RGB (Red+Green+Blue) = 168+77+69=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D45 is #57B2BA. Grayscale: #676767. Windows color (decimal): -5747387 or 4541864. OLE color: 4541864.

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

Color convert

RGB1687769-
CMYK00.540.590.34
HSL4.85º41.77%46.47%-
HSV(B)4.85º58.93%65.88%-
XYZ19.8814.067.3-
YUV103.3108.65174.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.50%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=53.50%
G=24.52%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168776900.540.590.344.8541.7746.47
HexA84D450363B2252a2e
Octal250115105066734255256
Binary10101000100110110001010110110111011100010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84D45; }

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

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

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

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

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

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

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

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