Html Css Color HEX #AD5052 Hippie Pink

📋 copy color: '#AD5052'

red 173 ◦ green 80 ◦ blue 82

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

Shades of Hippie Pink #AD5052

Tints of Hippie Pink #AD5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

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

R = 51.64%
G = 23.88%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD5052 (or 0xAD5052) is known color: Hippie Pink. HEX triplet: AD, 50 and 52. RGB value is (173,80,82). Sum of RGB (Red+Green+Blue) = 173+80+82=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5052 is #52AFAD. Grayscale: #6C6C6C. Windows color (decimal): -5418926 or 5394605. OLE color: 5394605.

HSL color Cylindrical-coordinate representation of color #AD5052: hue angle of 358.71º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5052 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 82 -
CMYK 0 0.54 0.53 0.32
HSL 358.71º 0.37% 0.5% -
HSV(B) 358.71º 0.54% 0.68% -
XYZ 21.63 15.23 9.78 -
YUV 108.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 173 80 82 0 0.54 0.53 0.32 358.71 0.37 0.5
Hex AD 50 52 0 36 35 20 167 25 32
Octal 255 120 122 0 66 65 40 547 45 62
Binary 10101101 1010000 1010010 0 110110 110101 100000 101100111 100101 110010

Color Harmonies of #AD5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5052

Black with #AD5052

Text Example


Text Example

White with #AD5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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