Html Css Color HEX #AC454A Hippie Pink

📋 copy color: '#AC454A'

red 172 ◦ green 69 ◦ blue 74

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

Shades of Hippie Pink #AC454A

Tints of Hippie Pink #AC454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 54.6%
G = 21.9%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC454A (or 0xAC454A) is known color: Hippie Pink. HEX triplet: AC, 45 and 4A. RGB value is (172,69,74). Sum of RGB (Red+Green+Blue) = 172+69+74=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC454A is #53BAB5. Grayscale: #646464. Windows color (decimal): -5487286 or 4867500. OLE color: 4867500.

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

Color convert

RGB 172 69 74 -
CMYK 0 0.60 0.57 0.33
HSL 357.09º 0.43% 0.47% -
HSV(B) 357.09º 0.6% 0.67% -
XYZ 20.38 13.52 8.01 -
YUV 100.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 172 69 74 0 0.60 0.57 0.33 357.09 0.43 0.47
Hex AC 45 4A 0 3C 39 21 165 2B 2F
Octal 254 105 112 0 74 71 41 545 53 57
Binary 10101100 1000101 1001010 0 111100 111001 100001 101100101 101011 101111

Color Harmonies of #AC454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC454A

Black with #AC454A

Text Example


Text Example

White with #AC454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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