Html Css Color HEX #AC595D Hippie Pink

📋 copy color: '#AC595D'

red 172 ◦ green 89 ◦ blue 93

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

Shades of Hippie Pink #AC595D

Tints of Hippie Pink #AC595D

RGB

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

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

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

R = 48.59%
G = 25.14%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC595D (or 0xAC595D) is known color: Hippie Pink. HEX triplet: AC, 59 and 5D. RGB value is (172,89,93). Sum of RGB (Red+Green+Blue) = 172+89+93=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC595D is #53A6A2. Grayscale: #727272. Windows color (decimal): -5482147 or 6117804. OLE color: 6117804.

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

Color convert

RGB 172 89 93 -
CMYK 0 0.48 0.46 0.33
HSL 357.11º 0.33% 0.51% -
HSV(B) 357.11º 0.48% 0.67% -
XYZ 22.56 16.71 12.39 -
YUV 114.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 172 89 93 0 0.48 0.46 0.33 357.11 0.33 0.51
Hex AC 59 5D 0 30 2E 21 165 21 33
Octal 254 131 135 0 60 56 41 545 41 63
Binary 10101100 1011001 1011101 0 110000 101110 100001 101100101 100001 110011

Color Harmonies of #AC595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC595D

Black with #AC595D

Text Example


Text Example

White with #AC595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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