#AD5C5D

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

Shades of Hippie Pink #AD5C5D

Tints of Hippie Pink #AD5C5D

Color information

#AD5C5D (or 0xAD5C5D) is unknown color: approx Hippie Pink. HEX triplet: AD, 5C and 5D. RGB value is (173,92,93). Sum of RGB (Red+Green+Blue) = 173+92+93=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C5D is #52A3A2. Grayscale: #747474. Windows color (decimal): -5415843 or 6118573. OLE color: 6118573.

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

Color convert

RGB1739293-
CMYK00.470.460.32
HSL359.26º33.06%51.96%-
HSV(B)359.26º46.82%67.84%-
XYZ23.0417.3312.49-
YUV116.33114.84168.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=48.32%
G=25.70%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173929300.470.460.32359.2633.0651.96
HexAD5C5D02F2E201672134
Octal25513413505756405474164
Binary10101101101110010111010101111101110100000101100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C5D; }

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

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

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

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

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

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

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

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