Html Css Color HEX #AC505B Hippie Pink

📋 copy color: '#AC505B'

red 172 ◦ green 80 ◦ blue 91

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

Shades of Hippie Pink #AC505B

Tints of Hippie Pink #AC505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 50.15%
G = 23.32%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC505B (or 0xAC505B) is known color: Hippie Pink. HEX triplet: AC, 50 and 5B. RGB value is (172,80,91). Sum of RGB (Red+Green+Blue) = 172+80+91=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC505B is #53AFA4. Grayscale: #6C6C6C. Windows color (decimal): -5484453 or 5984428. OLE color: 5984428.

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

Color convert

RGB 172 80 91 -
CMYK 0 0.53 0.47 0.33
HSL 352.83º 0.37% 0.49% -
HSV(B) 352.83º 0.53% 0.67% -
XYZ 21.77 15.26 11.7 -
YUV 108.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 172 80 91 0 0.53 0.47 0.33 352.83 0.37 0.49
Hex AC 50 5B 0 35 2F 21 161 25 31
Octal 254 120 133 0 65 57 41 541 45 61
Binary 10101100 1010000 1011011 0 110101 101111 100001 101100001 100101 110001

Color Harmonies of #AC505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC505B

Black with #AC505B

Text Example


Text Example

White with #AC505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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