Html Css Color HEX #AC445A Hippie Pink

📋 copy color: '#AC445A'

red 172 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #AC445A

Tints of Hippie Pink #AC445A

RGB

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

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

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

R = 52.12%
G = 20.61%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC445A (or 0xAC445A) is known color: Hippie Pink. HEX triplet: AC, 44 and 5A. RGB value is (172,68,90). Sum of RGB (Red+Green+Blue) = 172+68+90=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC445A is #53BBA5. Grayscale: #656565. Windows color (decimal): -5487526 or 5915820. OLE color: 5915820.

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

Color convert

RGB 172 68 90 -
CMYK 0 0.60 0.48 0.33
HSL 347.31º 0.43% 0.47% -
HSV(B) 347.31º 0.6% 0.67% -
XYZ 20.93 13.64 11.2 -
YUV 101.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 172 68 90 0 0.60 0.48 0.33 347.31 0.43 0.47
Hex AC 44 5A 0 3C 30 21 15B 2B 2F
Octal 254 104 132 0 74 60 41 533 53 57
Binary 10101100 1000100 1011010 0 111100 110000 100001 101011011 101011 101111

Color Harmonies of #AC445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC445A

Black with #AC445A

Text Example


Text Example

White with #AC445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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