Html Css Color HEX #AD4B63 Hippie Pink

📋 copy color: '#AD4B63'

red 173 ◦ green 75 ◦ blue 99

#AD4B63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AD4B63

Tints of Hippie Pink #AD4B63

RGB

 RED value IS 173 (67.97% from 255) = 49.86%

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 49.86%
G = 21.61%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD4B63 (or 0xAD4B63) is known color: Hippie Pink. HEX triplet: AD, 4B and 63. RGB value is (173,75,99). Sum of RGB (Red+Green+Blue) = 173+75+99=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4B63 is #52B49C. Grayscale: #6B6B6B. Windows color (decimal): -5420189 or 6507437. OLE color: 6507437.

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

Color convert

RGB 173 75 99 -
CMYK 0 0.57 0.43 0.32
HSL 345.31º 0.4% 0.49% -
HSV(B) 345.31º 0.57% 0.68% -
XYZ 22 14.82 13.5 -
YUV 107.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 173 75 99 0 0.57 0.43 0.32 345.31 0.4 0.49
Hex AD 4B 63 0 39 2B 20 159 28 31
Octal 255 113 143 0 71 53 40 531 50 61
Binary 10101101 1001011 1100011 0 111001 101011 100000 101011001 101000 110001

Color Harmonies of #AD4B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B63

Black with #AD4B63

Text Example


Text Example

White with #AD4B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B63; }

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

 H1.HeaderClassName
 {
   color: #AD4B63;
 }
 .AnyTagClassName
 {
   color: #AD4B63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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