#AD4358

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

Shades of Hippie Pink #AD4358

Tints of Hippie Pink #AD4358

Color information

#AD4358 (or 0xAD4358) is unknown color: approx Hippie Pink. HEX triplet: AD, 43 and 58. RGB value is (173,67,88). Sum of RGB (Red+Green+Blue) = 173+67+88=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4358 is #52BCA7. Grayscale: #656565. Windows color (decimal): -5422248 or 5784493. OLE color: 5784493.

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

Color convert

RGB1736788-
CMYK00.610.490.32
HSL348.11º44.17%47.06%-
HSV(B)348.11º61.27%67.84%-
XYZ2113.610.75-
YUV101.09120.62179.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=52.74%
G=20.43%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173678800.610.490.32348.1144.1747.06
HexAD435803D312015c2c2f
Octal25510313007561405345457
Binary10101101100001110110000111101110001100000101011100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4358; }

 p { color: rgb(173,67,88); }

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

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

 a { background-color: rgb(173,67,88); }

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

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

 span { border-color: rgb(173,67,88); }

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