Html Css Color HEX #AC455A Hippie Pink

📋 copy color: '#AC455A'

red 172 ◦ green 69 ◦ blue 90

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

Shades of Hippie Pink #AC455A

Tints of Hippie Pink #AC455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

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

R = 51.96%
G = 20.85%
B = 27.19%

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

#AC455A (or 0xAC455A) is known color: Hippie Pink. HEX triplet: AC, 45 and 5A. RGB value is (172,69,90). Sum of RGB (Red+Green+Blue) = 172+69+90=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC455A is #53BAA5. Grayscale: #666666. Windows color (decimal): -5487270 or 5916076. OLE color: 5916076.

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

Color convert

RGB 172 69 90 -
CMYK 0 0.60 0.48 0.33
HSL 347.77º 0.43% 0.47% -
HSV(B) 347.77º 0.6% 0.67% -
XYZ 20.99 13.77 11.22 -
YUV 102.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 172 69 90 0 0.60 0.48 0.33 347.77 0.43 0.47
Hex AC 45 5A 0 3C 30 21 15C 2B 2F
Octal 254 105 132 0 74 60 41 534 53 57
Binary 10101100 1000101 1011010 0 111100 110000 100001 101011100 101011 101111

Color Harmonies of #AC455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC455A

Black with #AC455A

Text Example


Text Example

White with #AC455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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