Html Css Color HEX #AC474A Hippie Pink

📋 copy color: '#AC474A'

red 172 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #AC474A

Tints of Hippie Pink #AC474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 54.26%
G = 22.4%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC474A (or 0xAC474A) is known color: Hippie Pink. HEX triplet: AC, 47 and 4A. RGB value is (172,71,74). Sum of RGB (Red+Green+Blue) = 172+71+74=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC474A is #53B8B5. Grayscale: #656565. Windows color (decimal): -5486774 or 4868012. OLE color: 4868012.

HSL color Cylindrical-coordinate representation of color #AC474A: hue angle of 358.22º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC474A is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 71 74 -
CMYK 0 0.59 0.57 0.33
HSL 358.22º 0.42% 0.48% -
HSV(B) 358.22º 0.59% 0.67% -
XYZ 20.5 13.77 8.06 -
YUV 101.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 172 71 74 0 0.59 0.57 0.33 358.22 0.42 0.48
Hex AC 47 4A 0 3B 39 21 166 2A 30
Octal 254 107 112 0 73 71 41 546 52 60
Binary 10101100 1000111 1001010 0 111011 111001 100001 101100110 101010 110000

Color Harmonies of #AC474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC474A

Black with #AC474A

Text Example


Text Example

White with #AC474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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