#AD4751

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

Shades of Hippie Pink #AD4751

Tints of Hippie Pink #AD4751

Color information

#AD4751 (or 0xAD4751) is unknown color: approx Hippie Pink. HEX triplet: AD, 47 and 51. RGB value is (173,71,81). Sum of RGB (Red+Green+Blue) = 173+71+81=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4751 is #52B8AE. Grayscale: #666666. Windows color (decimal): -5421231 or 5326765. OLE color: 5326765.

HSL color Cylindrical-coordinate representation of color #AD4751: hue angle of 354.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4751 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1737181-
CMYK00.590.530.32
HSL354.12º41.8%47.84%-
HSV(B)354.12º58.96%67.84%-
XYZ20.9713.989.38-
YUV102.64115.79178.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=53.23%
G=21.85%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173718100.590.530.32354.1241.847.84
HexAD475103B35201622a30
Octal25510712107365405425260
Binary10101101100011110100010111011110101100000101100010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4751; }

 p { color: rgb(173,71,81); }

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

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

 a { background-color: rgb(173,71,81); }

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

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

 span { border-color: rgb(173,71,81); }

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