#AD4854

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

Shades of Hippie Pink #AD4854

Tints of Hippie Pink #AD4854

Color information

#AD4854 (or 0xAD4854) is unknown color: approx Hippie Pink. HEX triplet: AD, 48 and 54. RGB value is (173,72,84). Sum of RGB (Red+Green+Blue) = 173+72+84=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4854 is #52B7AB. Grayscale: #676767. Windows color (decimal): -5420972 or 5523629. OLE color: 5523629.

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

Color convert

RGB1737284-
CMYK00.580.510.32
HSL352.87º41.22%48.04%-
HSV(B)352.87º58.38%67.84%-
XYZ21.1514.1610.01-
YUV103.57116.96177.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=52.58%
G=21.88%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173728400.580.510.32352.8741.2248.04
HexAD485403A33201612930
Octal25511012407263405415160
Binary10101101100100010101000111010110011100000101100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4854; }

 p { color: rgb(173,72,84); }

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

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

 a { background-color: rgb(173,72,84); }

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

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

 span { border-color: rgb(173,72,84); }

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