#AD536B

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

Shades of Blush #AD536B

Tints of Blush #AD536B

Color information

#AD536B (or 0xAD536B) is unknown color: approx Blush. HEX triplet: AD, 53 and 6B. RGB value is (173,83,107). Sum of RGB (Red+Green+Blue) = 173+83+107=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536B is #52AC94. Grayscale: #707070. Windows color (decimal): -5418133 or 7033773. OLE color: 7033773.

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

Color convert

RGB17383107-
CMYK00.520.380.32
HSL344º35.43%50.2%-
HSV(B)344º52.02%67.84%-
XYZ22.9816.1315.81-
YUV112.65124.82171.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=47.66%
G=22.87%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738310700.520.380.3234435.4350.2
HexAD536B03426201582332
Octal25512315306446405304362
Binary10101101101001111010110110100100110100000101011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD536B; }

 p { color: rgb(173,83,107); }

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

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

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

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

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

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

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