Html Css Color HEX #AD4C62 Hippie Pink

📋 copy color: '#AD4C62'

red 173 ◦ green 76 ◦ blue 98

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

Shades of Hippie Pink #AD4C62

Tints of Hippie Pink #AD4C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 49.86%
G = 21.9%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD4C62 (or 0xAD4C62) is known color: Hippie Pink. HEX triplet: AD, 4C and 62. RGB value is (173,76,98). Sum of RGB (Red+Green+Blue) = 173+76+98=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C62 is #52B39D. Grayscale: #6B6B6B. Windows color (decimal): -5419934 or 6442157. OLE color: 6442157.

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

Color convert

RGB 173 76 98 -
CMYK 0 0.56 0.43 0.32
HSL 346.39º 0.39% 0.49% -
HSV(B) 346.39º 0.56% 0.68% -
XYZ 22.02 14.93 13.28 -
YUV 107.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 173 76 98 0 0.56 0.43 0.32 346.39 0.39 0.49
Hex AD 4C 62 0 38 2B 20 15A 27 31
Octal 255 114 142 0 70 53 40 532 47 61
Binary 10101101 1001100 1100010 0 111000 101011 100000 101011010 100111 110001

Color Harmonies of #AD4C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C62

Black with #AD4C62

Text Example


Text Example

White with #AD4C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C62; }

 p { color: rgb(173,76,98); }

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

background-color css

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

 a { background-color: rgb(173,76,98); }

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

border-color css

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

 span { border-color: rgb(173,76,98); }

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