Html Css Color HEX #AC505A Hippie Pink

📋 copy color: '#AC505A'

red 172 ◦ green 80 ◦ blue 90

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

Shades of Hippie Pink #AC505A

Tints of Hippie Pink #AC505A

RGB

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

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

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

R = 50.29%
G = 23.39%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC505A (or 0xAC505A) is known color: Hippie Pink. HEX triplet: AC, 50 and 5A. RGB value is (172,80,90). Sum of RGB (Red+Green+Blue) = 172+80+90=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC505A is #53AFA5. Grayscale: #6C6C6C. Windows color (decimal): -5484454 or 5918892. OLE color: 5918892.

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

Color convert

RGB 172 80 90 -
CMYK 0 0.53 0.48 0.33
HSL 353.48º 0.37% 0.49% -
HSV(B) 353.48º 0.53% 0.67% -
XYZ 21.73 15.25 11.47 -
YUV 108.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 172 80 90 0 0.53 0.48 0.33 353.48 0.37 0.49
Hex AC 50 5A 0 35 30 21 161 25 31
Octal 254 120 132 0 65 60 41 541 45 61
Binary 10101100 1010000 1011010 0 110101 110000 100001 101100001 100101 110001

Color Harmonies of #AC505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC505A

Black with #AC505A

Text Example


Text Example

White with #AC505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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