#AD415B

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

Shades of Hippie Pink #AD415B

Tints of Hippie Pink #AD415B

Color information

#AD415B (or 0xAD415B) is unknown color: approx Hippie Pink. HEX triplet: AD, 41 and 5B. RGB value is (173,65,91). Sum of RGB (Red+Green+Blue) = 173+65+91=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD415B is #52BEA4. Grayscale: #646464. Windows color (decimal): -5422757 or 5980589. OLE color: 5980589.

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

Color convert

RGB1736591-
CMYK00.620.470.32
HSL345.56º45.38%46.67%-
HSV(B)345.56º62.43%67.84%-
XYZ21.0113.4211.38-
YUV100.26122.78179.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=52.58%
G=19.76%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173659100.620.470.32345.5645.3846.67
HexAD415B03E2F2015a2d2f
Octal25510113307657405325557
Binary10101101100000110110110111110101111100000101011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD415B; }

 p { color: rgb(173,65,91); }

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

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

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

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

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

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

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