Html Css Color HEX #AD575F Hippie Pink

📋 copy color: '#AD575F'

red 173 ◦ green 87 ◦ blue 95

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

Shades of Hippie Pink #AD575F

Tints of Hippie Pink #AD575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 48.73%
G = 24.51%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD575F (or 0xAD575F) is known color: Hippie Pink. HEX triplet: AD, 57 and 5F. RGB value is (173,87,95). Sum of RGB (Red+Green+Blue) = 173+87+95=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD575F is #52A8A0. Grayscale: #717171. Windows color (decimal): -5417121 or 6248365. OLE color: 6248365.

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

Color convert

RGB 173 87 95 -
CMYK 0 0.50 0.45 0.32
HSL 354.42º 0.34% 0.51% -
HSV(B) 354.42º 0.5% 0.68% -
XYZ 22.71 16.53 12.82 -
YUV 113.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 173 87 95 0 0.50 0.45 0.32 354.42 0.34 0.51
Hex AD 57 5F 0 32 2D 20 162 22 33
Octal 255 127 137 0 62 55 40 542 42 63
Binary 10101101 1010111 1011111 0 110010 101101 100000 101100010 100010 110011

Color Harmonies of #AD575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD575F

Black with #AD575F

Text Example


Text Example

White with #AD575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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