Html Css Color HEX #AC5153 Hippie Pink

📋 copy color: '#AC5153'

red 172 ◦ green 81 ◦ blue 83

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

Shades of Hippie Pink #AC5153

Tints of Hippie Pink #AC5153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 51.19%
G = 24.11%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC5153 (or 0xAC5153) is known color: Hippie Pink. HEX triplet: AC, 51 and 53. RGB value is (172,81,83). Sum of RGB (Red+Green+Blue) = 172+81+83=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5153 is #53AEAC. Grayscale: #6C6C6C. Windows color (decimal): -5484205 or 5460396. OLE color: 5460396.

HSL color Cylindrical-coordinate representation of color #AC5153: hue angle of 358.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5153 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 83 -
CMYK 0 0.53 0.52 0.33
HSL 358.68º 0.36% 0.5% -
HSV(B) 358.68º 0.53% 0.67% -
XYZ 21.52 15.28 10 -
YUV 108.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 172 81 83 0 0.53 0.52 0.33 358.68 0.36 0.5
Hex AC 51 53 0 35 34 21 167 24 32
Octal 254 121 123 0 65 64 41 547 44 62
Binary 10101100 1010001 1010011 0 110101 110100 100001 101100111 100100 110010

Color Harmonies of #AC5153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5153

Black with #AC5153

Text Example


Text Example

White with #AC5153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5153; }

 p { color: rgb(172,81,83); }

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

background-color css

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

 a { background-color: rgb(172,81,83); }

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

border-color css

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

 span { border-color: rgb(172,81,83); }

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