#A85252

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

Shades of Apple Blossom #A85252

Tints of Apple Blossom #A85252

Color information

#A85252 (or 0xA85252) is unknown color: approx Apple Blossom. HEX triplet: A8, 52 and 52. RGB value is (168,82,82). Sum of RGB (Red+Green+Blue) = 168+82+82=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A85252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85252 is #57ADAD. Grayscale: #6B6B6B. Windows color (decimal): -5746094 or 5395112. OLE color: 5395112.

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

Color convert

RGB1688282-
CMYK00.510.510.34
HSL34.4%49.02%-
HSV(B)51.19%65.88%-
XYZ20.6914.979.78-
YUV107.71113.49171-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=50.60%
G=24.70%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168828200.510.510.34034.449.02
HexA85252033332202231
Octal250122122063634204261
Binary101010001010010101001001100111100111000100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85252; }

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

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

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

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

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

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

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

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