#AD535D

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

Shades of Hippie Pink #AD535D

Tints of Hippie Pink #AD535D

Color information

#AD535D (or 0xAD535D) is unknown color: approx Hippie Pink. HEX triplet: AD, 53 and 5D. RGB value is (173,83,93). Sum of RGB (Red+Green+Blue) = 173+83+93=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535D is #52ACA2. Grayscale: #6F6F6F. Windows color (decimal): -5418147 or 6116269. OLE color: 6116269.

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

Color convert

RGB1738393-
CMYK00.520.460.32
HSL353.33º35.43%50.2%-
HSV(B)353.33º52.02%67.84%-
XYZ22.315.8612.24-
YUV111.05117.82172.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=49.57%
G=23.78%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173839300.520.460.32353.3335.4350.2
HexAD535D0342E201612332
Octal25512313506456405414362
Binary10101101101001110111010110100101110100000101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD535D; }

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

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

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

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

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

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

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

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