Html Css Color HEX #AD4C52 Hippie Pink

📋 copy color: '#AD4C52'

red 173 ◦ green 76 ◦ blue 82

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

Shades of Hippie Pink #AD4C52

Tints of Hippie Pink #AD4C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 52.27%
G = 22.96%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD4C52 (or 0xAD4C52) is known color: Hippie Pink. HEX triplet: AD, 4C and 52. RGB value is (173,76,82). Sum of RGB (Red+Green+Blue) = 173+76+82=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C52 is #52B3AD. Grayscale: #696969. Windows color (decimal): -5419950 or 5393581. OLE color: 5393581.

HSL color Cylindrical-coordinate representation of color #AD4C52: hue angle of 356.29º 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 #AD4C52 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 82 -
CMYK 0 0.56 0.53 0.32
HSL 356.29º 0.39% 0.49% -
HSV(B) 356.29º 0.56% 0.68% -
XYZ 21.34 14.66 9.69 -
YUV 105.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 173 76 82 0 0.56 0.53 0.32 356.29 0.39 0.49
Hex AD 4C 52 0 38 35 20 164 27 31
Octal 255 114 122 0 70 65 40 544 47 61
Binary 10101101 1001100 1010010 0 111000 110101 100000 101100100 100111 110001

Color Harmonies of #AD4C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C52

Black with #AD4C52

Text Example


Text Example

White with #AD4C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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