Html Css Color HEX #AC5C5D Hippie Pink

📋 copy color: '#AC5C5D'

red 172 ◦ green 92 ◦ blue 93

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

Shades of Hippie Pink #AC5C5D

Tints of Hippie Pink #AC5C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

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

R = 48.18%
G = 25.77%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC5C5D (or 0xAC5C5D) is known color: Hippie Pink. HEX triplet: AC, 5C and 5D. RGB value is (172,92,93). Sum of RGB (Red+Green+Blue) = 172+92+93=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C5D is #53A3A2. Grayscale: #747474. Windows color (decimal): -5481379 or 6118572. OLE color: 6118572.

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

Color convert

RGB 172 92 93 -
CMYK 0 0.47 0.46 0.33
HSL 359.25º 0.33% 0.52% -
HSV(B) 359.25º 0.47% 0.67% -
XYZ 22.82 17.22 12.48 -
YUV 116.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 172 92 93 0 0.47 0.46 0.33 359.25 0.33 0.52
Hex AC 5C 5D 0 2F 2E 21 167 21 34
Octal 254 134 135 0 57 56 41 547 41 64
Binary 10101100 1011100 1011101 0 101111 101110 100001 101100111 100001 110100

Color Harmonies of #AC5C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C5D

Black with #AC5C5D

Text Example


Text Example

White with #AC5C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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