#A85248

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

Shades of Apple Blossom #A85248

Tints of Apple Blossom #A85248

Color information

#A85248 (or 0xA85248) is unknown color: approx Apple Blossom. HEX triplet: A8, 52 and 48. RGB value is (168,82,72). Sum of RGB (Red+Green+Blue) = 168+82+72=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85248 is #57ADB7. Grayscale: #6A6A6A. Windows color (decimal): -5746104 or 4739752. OLE color: 4739752.

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

Color convert

RGB1688272-
CMYK00.510.570.34
HSL6.25º40%47.06%-
HSV(B)6.25º57.14%65.88%-
XYZ20.3414.837.92-
YUV106.57108.49171.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=52.17%
G=25.47%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168827200.510.570.346.254047.06
HexA8524803339226282f
Octal250122110063714265057
Binary10101000101001010010000110011111001100010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85248; }

 p { color: rgb(168,82,72); }

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

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

 a { background-color: rgb(168,82,72); }

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

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

 span { border-color: rgb(168,82,72); }

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