Html Css Color HEX #AC495B Hippie Pink

📋 copy color: '#AC495B'

red 172 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #AC495B

Tints of Hippie Pink #AC495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 51.19%
G = 21.73%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC495B (or 0xAC495B) is known color: Hippie Pink. HEX triplet: AC, 49 and 5B. RGB value is (172,73,91). Sum of RGB (Red+Green+Blue) = 172+73+91=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC495B is #53B6A4. Grayscale: #686868. Windows color (decimal): -5486245 or 5982636. OLE color: 5982636.

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

Color convert

RGB 172 73 91 -
CMYK 0 0.58 0.47 0.33
HSL 349.09º 0.4% 0.48% -
HSV(B) 349.09º 0.58% 0.67% -
XYZ 21.28 14.29 11.53 -
YUV 104.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 172 73 91 0 0.58 0.47 0.33 349.09 0.4 0.48
Hex AC 49 5B 0 3A 2F 21 15D 28 30
Octal 254 111 133 0 72 57 41 535 50 60
Binary 10101100 1001001 1011011 0 111010 101111 100001 101011101 101000 110000

Color Harmonies of #AC495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC495B

Black with #AC495B

Text Example


Text Example

White with #AC495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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