#AD464B

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

Shades of Hippie Pink #AD464B

Tints of Hippie Pink #AD464B

Color information

#AD464B (or 0xAD464B) is unknown color: approx Hippie Pink. HEX triplet: AD, 46 and 4B. RGB value is (173,70,75). Sum of RGB (Red+Green+Blue) = 173+70+75=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD464B is #52B9B4. Grayscale: #656565. Windows color (decimal): -5421493 or 4933293. OLE color: 4933293.

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

Color convert

RGB1737075-
CMYK00.600.570.32
HSL357.09º42.39%47.65%-
HSV(B)357.09º59.54%67.84%-
XYZ20.6913.778.22-
YUV101.37113.12179.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=54.40%
G=22.01%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173707500.600.570.32357.0942.3947.65
HexAD464B03C39201652a30
Octal25510611307471405455260
Binary10101101100011010010110111100111001100000101100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD464B; }

 p { color: rgb(173,70,75); }

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

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

 a { background-color: rgb(173,70,75); }

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

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

 span { border-color: rgb(173,70,75); }

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