#AD454D

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

Shades of Hippie Pink #AD454D

Tints of Hippie Pink #AD454D

Color information

#AD454D (or 0xAD454D) is unknown color: approx Hippie Pink. HEX triplet: AD, 45 and 4D. RGB value is (173,69,77). Sum of RGB (Red+Green+Blue) = 173+69+77=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD454D is #52BAB2. Grayscale: #656565. Windows color (decimal): -5421747 or 5064109. OLE color: 5064109.

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

Color convert

RGB1736977-
CMYK00.600.550.32
HSL355.38º42.98%47.45%-
HSV(B)355.38º60.12%67.84%-
XYZ20.713.688.57-
YUV101.01114.46179.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.23%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=54.23%
G=21.63%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173697700.600.550.32355.3842.9847.45
HexAD454D03C37201632b2f
Octal25510511507467405435357
Binary10101101100010110011010111100110111100000101100011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD454D; }

 p { color: rgb(173,69,77); }

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

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

 a { background-color: rgb(173,69,77); }

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

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

 span { border-color: rgb(173,69,77); }

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