Html Css Color HEX #AC445B Hippie Pink

📋 copy color: '#AC445B'

red 172 ◦ green 68 ◦ blue 91

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

Shades of Hippie Pink #AC445B

Tints of Hippie Pink #AC445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 51.96%
G = 20.54%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC445B (or 0xAC445B) is known color: Hippie Pink. HEX triplet: AC, 44 and 5B. RGB value is (172,68,91). Sum of RGB (Red+Green+Blue) = 172+68+91=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC445B is #53BBA4. Grayscale: #656565. Windows color (decimal): -5487525 or 5981356. OLE color: 5981356.

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

Color convert

RGB 172 68 91 -
CMYK 0 0.60 0.47 0.33
HSL 346.73º 0.43% 0.47% -
HSV(B) 346.73º 0.6% 0.67% -
XYZ 20.97 13.66 11.43 -
YUV 101.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 172 68 91 0 0.60 0.47 0.33 346.73 0.43 0.47
Hex AC 44 5B 0 3C 2F 21 15B 2B 2F
Octal 254 104 133 0 74 57 41 533 53 57
Binary 10101100 1000100 1011011 0 111100 101111 100001 101011011 101011 101111

Color Harmonies of #AC445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC445B

Black with #AC445B

Text Example


Text Example

White with #AC445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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