Html Css Color HEX #AC595B Hippie Pink

📋 copy color: '#AC595B'

red 172 ◦ green 89 ◦ blue 91

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

Shades of Hippie Pink #AC595B

Tints of Hippie Pink #AC595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

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

R = 48.86%
G = 25.28%
B = 25.85%

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

#AC595B (or 0xAC595B) is known color: Hippie Pink. HEX triplet: AC, 59 and 5B. RGB value is (172,89,91). Sum of RGB (Red+Green+Blue) = 172+89+91=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC595B is #53A6A4. Grayscale: #727272. Windows color (decimal): -5482149 or 5986732. OLE color: 5986732.

HSL color Cylindrical-coordinate representation of color #AC595B: hue angle of 358.55º 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 #AC595B is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 91 -
CMYK 0 0.48 0.47 0.33
HSL 358.55º 0.33% 0.51% -
HSV(B) 358.55º 0.48% 0.67% -
XYZ 22.47 16.67 11.93 -
YUV 114.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 172 89 91 0 0.48 0.47 0.33 358.55 0.33 0.51
Hex AC 59 5B 0 30 2F 21 167 21 33
Octal 254 131 133 0 60 57 41 547 41 63
Binary 10101100 1011001 1011011 0 110000 101111 100001 101100111 100001 110011

Color Harmonies of #AC595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC595B

Black with #AC595B

Text Example


Text Example

White with #AC595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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