Html Css Color HEX #AC454D Hippie Pink

📋 copy color: '#AC454D'

red 172 ◦ green 69 ◦ blue 77

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

Shades of Hippie Pink #AC454D

Tints of Hippie Pink #AC454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 54.09%
G = 21.7%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC454D (or 0xAC454D) is known color: Hippie Pink. HEX triplet: AC, 45 and 4D. RGB value is (172,69,77). Sum of RGB (Red+Green+Blue) = 172+69+77=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC454D is #53BAB2. Grayscale: #646464. Windows color (decimal): -5487283 or 5064108. OLE color: 5064108.

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

Color convert

RGB 172 69 77 -
CMYK 0 0.60 0.55 0.33
HSL 355.34º 0.43% 0.47% -
HSV(B) 355.34º 0.6% 0.67% -
XYZ 20.48 13.56 8.56 -
YUV 100.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 172 69 77 0 0.60 0.55 0.33 355.34 0.43 0.47
Hex AC 45 4D 0 3C 37 21 163 2B 2F
Octal 254 105 115 0 74 67 41 543 53 57
Binary 10101100 1000101 1001101 0 111100 110111 100001 101100011 101011 101111

Color Harmonies of #AC454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC454D

Black with #AC454D

Text Example


Text Example

White with #AC454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC454D; }

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

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

background-color css

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

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

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

border-color css

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

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

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