Html Css Color HEX #AC595A Hippie Pink

📋 copy color: '#AC595A'

red 172 ◦ green 89 ◦ blue 90

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

Shades of Hippie Pink #AC595A

Tints of Hippie Pink #AC595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 49%
G = 25.36%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC595A (or 0xAC595A) is known color: Hippie Pink. HEX triplet: AC, 59 and 5A. RGB value is (172,89,90). Sum of RGB (Red+Green+Blue) = 172+89+90=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC595A is #53A6A5. Grayscale: #727272. Windows color (decimal): -5482150 or 5921196. OLE color: 5921196.

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

Color convert

RGB 172 89 90 -
CMYK 0 0.48 0.48 0.33
HSL 359.28º 0.33% 0.51% -
HSV(B) 359.28º 0.48% 0.67% -
XYZ 22.43 16.65 11.71 -
YUV 113.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 172 89 90 0 0.48 0.48 0.33 359.28 0.33 0.51
Hex AC 59 5A 0 30 30 21 167 21 33
Octal 254 131 132 0 60 60 41 547 41 63
Binary 10101100 1011001 1011010 0 110000 110000 100001 101100111 100001 110011

Color Harmonies of #AC595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC595A

Black with #AC595A

Text Example


Text Example

White with #AC595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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