#AD5151

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

Shades of Apple Blossom #AD5151

Tints of Apple Blossom #AD5151

Color information

#AD5151 (or 0xAD5151) is unknown color: approx Apple Blossom. HEX triplet: AD, 51 and 51. RGB value is (173,81,81). Sum of RGB (Red+Green+Blue) = 173+81+81=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5151 is #52AEAE. Grayscale: #6C6C6C. Windows color (decimal): -5418671 or 5329325. OLE color: 5329325.

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

Color convert

RGB1738181-
CMYK00.530.530.32
HSL36.22%49.8%-
HSV(B)53.18%67.84%-
XYZ21.6615.369.61-
YUV108.51112.48174-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=51.64%
G=24.18%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173818100.530.530.32036.2249.8
HexAD5151035352002432
Octal255121121065654004462
Binary101011011010001101000101101011101011000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5151; }

 p { color: rgb(173,81,81); }

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

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

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

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

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

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

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