Html Css Color HEX #AC5A5B Hippie Pink

📋 copy color: '#AC5A5B'

red 172 ◦ green 90 ◦ blue 91

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

Shades of Hippie Pink #AC5A5B

Tints of Hippie Pink #AC5A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 48.73%
G = 25.5%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC5A5B (or 0xAC5A5B) is known color: Hippie Pink. HEX triplet: AC, 5A and 5B. RGB value is (172,90,91). Sum of RGB (Red+Green+Blue) = 172+90+91=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A5B is #53A5A4. Grayscale: #727272. Windows color (decimal): -5481893 or 5986988. OLE color: 5986988.

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

Color convert

RGB 172 90 91 -
CMYK 0 0.48 0.47 0.33
HSL 359.27º 0.33% 0.51% -
HSV(B) 359.27º 0.48% 0.67% -
XYZ 22.56 16.84 11.96 -
YUV 114.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 172 90 91 0 0.48 0.47 0.33 359.27 0.33 0.51
Hex AC 5A 5B 0 30 2F 21 167 21 33
Octal 254 132 133 0 60 57 41 547 41 63
Binary 10101100 1011010 1011011 0 110000 101111 100001 101100111 100001 110011

Color Harmonies of #AC5A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A5B

Black with #AC5A5B

Text Example


Text Example

White with #AC5A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A5B; }

 p { color: rgb(172,90,91); }

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

background-color css

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

 a { background-color: rgb(172,90,91); }

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

border-color css

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

 span { border-color: rgb(172,90,91); }

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