#ad535c

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

Shades of Hippie Pink #AD535C

Tints of Hippie Pink #AD535C

Color information

#AD535C (or 0xAD535C) is unknown color: approx Hippie Pink. HEX triplet: AD, 53 and 5C. RGB value is (173,83,92). Sum of RGB (Red+Green+Blue) = 173+83+92=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD535C is #52ACA3. Grayscale: #6E6E6E. Windows color (decimal): -5418148 or 6050733. OLE color: 6050733.

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

Color convert

RGB1738392-
CMYK00.520.470.32
HSL354º35.43%50.2%-
HSV(B)354º52.02%67.84%-
XYZ22.2615.8412.01-
YUV110.94117.32172.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=49.71%
G=23.85%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173839200.520.470.3235435.4350.2
HexAD535C0342F201622332
Octal25512313406457405424362
Binary10101101101001110111000110100101111100000101100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad535c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad535c; }

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

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

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

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

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

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

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

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