#AD4253

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

Shades of Hippie Pink #AD4253

Tints of Hippie Pink #AD4253

Color information

#AD4253 (or 0xAD4253) is unknown color: approx Hippie Pink. HEX triplet: AD, 42 and 53. RGB value is (173,66,83). Sum of RGB (Red+Green+Blue) = 173+66+83=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4253 is #52BDAC. Grayscale: #636363. Windows color (decimal): -5422509 or 5456557. OLE color: 5456557.

HSL color Cylindrical-coordinate representation of color #AD4253: hue angle of 350.47º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4253 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB1736683-
CMYK00.620.520.32
HSL350.47º44.77%46.86%-
HSV(B)350.47º61.85%67.84%-
XYZ20.7413.419.68-
YUV99.93118.45180.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=53.73%
G=20.50%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173668300.620.520.32350.4744.7746.86
HexAD425303E342015e2d2f
Octal25510212307664405365557
Binary10101101100001010100110111110110100100000101011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4253; }

 p { color: rgb(173,66,83); }

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

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

 a { background-color: rgb(173,66,83); }

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

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

 span { border-color: rgb(173,66,83); }

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