Html Css Color HEX #AD555C Hippie Pink

📋 copy color: '#AD555C'

red 173 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #AD555C

Tints of Hippie Pink #AD555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 49.43%
G = 24.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD555C (or 0xAD555C) is known color: Hippie Pink. HEX triplet: AD, 55 and 5C. RGB value is (173,85,92). Sum of RGB (Red+Green+Blue) = 173+85+92=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555C is #52AAA3. Grayscale: #707070. Windows color (decimal): -5417636 or 6051245. OLE color: 6051245.

HSL color Cylindrical-coordinate representation of color #AD555C: hue angle of 355.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD555C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 92 -
CMYK 0 0.51 0.47 0.32
HSL 355.23º 0.35% 0.51% -
HSV(B) 355.23º 0.51% 0.68% -
XYZ 22.41 16.15 12.06 -
YUV 112.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 173 85 92 0 0.51 0.47 0.32 355.23 0.35 0.51
Hex AD 55 5C 0 33 2F 20 163 23 33
Octal 255 125 134 0 63 57 40 543 43 63
Binary 10101101 1010101 1011100 0 110011 101111 100000 101100011 100011 110011

Color Harmonies of #AD555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD555C

Black with #AD555C

Text Example


Text Example

White with #AD555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD555C; }

 p { color: rgb(173,85,92); }

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

background-color css

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

 a { background-color: rgb(173,85,92); }

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

border-color css

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

 span { border-color: rgb(173,85,92); }

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