#AD4F54

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

Shades of Hippie Pink #AD4F54

Tints of Hippie Pink #AD4F54

Color information

#AD4F54 (or 0xAD4F54) is unknown color: approx Hippie Pink. HEX triplet: AD, 4F and 54. RGB value is (173,79,84). Sum of RGB (Red+Green+Blue) = 173+79+84=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4F54 is #52B0AB. Grayscale: #6B6B6B. Windows color (decimal): -5419180 or 5525421. OLE color: 5525421.

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

Color convert

RGB1737984-
CMYK00.540.510.32
HSL356.81º37.3%49.41%-
HSV(B)356.81º54.34%67.84%-
XYZ21.6315.1210.17-
YUV107.68114.64174.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 84 (33.20% from 255) = 25%
R=51.49%
G=23.51%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173798400.540.510.32356.8137.349.41
HexAD4F5403633201652531
Octal25511712406663405454561
Binary10101101100111110101000110110110011100000101100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F54; }

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

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

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

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

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

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

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

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