#AD5452

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

Shades of Apple Blossom #AD5452

Tints of Apple Blossom #AD5452

Color information

#AD5452 (or 0xAD5452) is unknown color: approx Apple Blossom. HEX triplet: AD, 54 and 52. RGB value is (173,84,82). Sum of RGB (Red+Green+Blue) = 173+84+82=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5452 is #52ABAD. Grayscale: #6E6E6E. Windows color (decimal): -5417902 or 5395629. OLE color: 5395629.

HSL color Cylindrical-coordinate representation of color #AD5452: hue angle of 1.32º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5452 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1738482-
CMYK00.510.530.32
HSL1.32º35.69%50%-
HSV(B)1.32º52.6%67.84%-
XYZ21.9315.839.88-
YUV110.38111.99172.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=51.03%
G=24.78%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173848200.510.530.321.3235.6950
HexAD5452033352012432
Octal255124122063654014462
Binary101011011010100101001001100111101011000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5452; }

 p { color: rgb(173,84,82); }

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

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

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

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

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

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

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