#AD415A

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

Shades of Hippie Pink #AD415A

Tints of Hippie Pink #AD415A

Color information

#AD415A (or 0xAD415A) is unknown color: approx Hippie Pink. HEX triplet: AD, 41 and 5A. RGB value is (173,65,90). Sum of RGB (Red+Green+Blue) = 173+65+90=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD415A is #52BEA5. Grayscale: #646464. Windows color (decimal): -5422758 or 5915053. OLE color: 5915053.

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

Color convert

RGB1736590-
CMYK00.620.480.32
HSL346.11º45.38%46.67%-
HSV(B)346.11º62.43%67.84%-
XYZ20.9713.411.15-
YUV100.14122.28179.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=52.74%
G=19.82%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173659000.620.480.32346.1145.3846.67
HexAD415A03E302015a2d2f
Octal25510113207660405325557
Binary10101101100000110110100111110110000100000101011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD415A; }

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

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

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

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

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

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

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

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