Html Css Color HEX #AD575A Hippie Pink

📋 copy color: '#AD575A'

red 173 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #AD575A

Tints of Hippie Pink #AD575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 49.43%
G = 24.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD575A (or 0xAD575A) is known color: Hippie Pink. HEX triplet: AD, 57 and 5A. RGB value is (173,87,90). Sum of RGB (Red+Green+Blue) = 173+87+90=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD575A is #52A8A5. Grayscale: #717171. Windows color (decimal): -5417126 or 5920685. OLE color: 5920685.

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

Color convert

RGB 173 87 90 -
CMYK 0 0.50 0.48 0.32
HSL 357.91º 0.34% 0.51% -
HSV(B) 357.91º 0.5% 0.68% -
XYZ 22.49 16.44 11.66 -
YUV 113.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 173 87 90 0 0.50 0.48 0.32 357.91 0.34 0.51
Hex AD 57 5A 0 32 30 20 166 22 33
Octal 255 127 132 0 62 60 40 546 42 63
Binary 10101101 1010111 1011010 0 110010 110000 100000 101100110 100010 110011

Color Harmonies of #AD575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD575A

Black with #AD575A

Text Example


Text Example

White with #AD575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD575A; }

 p { color: rgb(173,87,90); }

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

background-color css

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

 a { background-color: rgb(173,87,90); }

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

border-color css

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

 span { border-color: rgb(173,87,90); }

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