Html Css Color HEX #AC575D Hippie Pink

📋 copy color: '#AC575D'

red 172 ◦ green 87 ◦ blue 93

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

Shades of Hippie Pink #AC575D

Tints of Hippie Pink #AC575D

RGB

 RED value IS 172 (67.58% from 255) = 48.86%

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 48.86%
G = 24.72%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC575D (or 0xAC575D) is known color: Hippie Pink. HEX triplet: AC, 57 and 5D. RGB value is (172,87,93). Sum of RGB (Red+Green+Blue) = 172+87+93=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC575D is #53A8A2. Grayscale: #717171. Windows color (decimal): -5482659 or 6117292. OLE color: 6117292.

HSL color Cylindrical-coordinate representation of color #AC575D: hue angle of 355.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC575D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 87 93 -
CMYK 0 0.49 0.46 0.33
HSL 355.76º 0.34% 0.51% -
HSV(B) 355.76º 0.49% 0.67% -
XYZ 22.4 16.38 12.34 -
YUV 113.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 172 87 93 0 0.49 0.46 0.33 355.76 0.34 0.51
Hex AC 57 5D 0 31 2E 21 164 22 33
Octal 254 127 135 0 61 56 41 544 42 63
Binary 10101100 1010111 1011101 0 110001 101110 100001 101100100 100010 110011

Color Harmonies of #AC575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC575D

Black with #AC575D

Text Example


Text Example

White with #AC575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC575D; }

 p { color: rgb(172,87,93); }

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

background-color css

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

 a { background-color: rgb(172,87,93); }

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

border-color css

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

 span { border-color: rgb(172,87,93); }

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