#AD444D

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

Shades of Hippie Pink #AD444D

Tints of Hippie Pink #AD444D

Color information

#AD444D (or 0xAD444D) is unknown color: approx Hippie Pink. HEX triplet: AD, 44 and 4D. RGB value is (173,68,77). Sum of RGB (Red+Green+Blue) = 173+68+77=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD444D is #52BBB2. Grayscale: #646464. Windows color (decimal): -5422003 or 5063853. OLE color: 5063853.

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

Color convert

RGB1736877-
CMYK00.610.550.32
HSL354.86º43.57%47.25%-
HSV(B)354.86º60.69%67.84%-
XYZ20.6413.558.55-
YUV100.42114.79179.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=54.40%
G=21.38%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173687700.610.550.32354.8643.5747.25
HexAD444D03D37201632c2f
Octal25510411507567405435457
Binary10101101100010010011010111101110111100000101100011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD444D; }

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

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

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

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

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

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

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

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