Html Css Color HEX #AC505D Hippie Pink

📋 copy color: '#AC505D'

red 172 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #AC505D

Tints of Hippie Pink #AC505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 49.86%
G = 23.19%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC505D (or 0xAC505D) is known color: Hippie Pink. HEX triplet: AC, 50 and 5D. RGB value is (172,80,93). Sum of RGB (Red+Green+Blue) = 172+80+93=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC505D is #53AFA2. Grayscale: #6D6D6D. Windows color (decimal): -5484451 or 6115500. OLE color: 6115500.

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

Color convert

RGB 172 80 93 -
CMYK 0 0.53 0.46 0.33
HSL 351.52º 0.37% 0.49% -
HSV(B) 351.52º 0.53% 0.67% -
XYZ 21.86 15.3 12.16 -
YUV 108.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 172 80 93 0 0.53 0.46 0.33 351.52 0.37 0.49
Hex AC 50 5D 0 35 2E 21 160 25 31
Octal 254 120 135 0 65 56 41 540 45 61
Binary 10101100 1010000 1011101 0 110101 101110 100001 101100000 100101 110001

Color Harmonies of #AC505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC505D

Black with #AC505D

Text Example


Text Example

White with #AC505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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