Html Css Color HEX #AC464A Hippie Pink

📋 copy color: '#AC464A'

red 172 ◦ green 70 ◦ blue 74

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

Shades of Hippie Pink #AC464A

Tints of Hippie Pink #AC464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 54.43%
G = 22.15%
B = 23.42%

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

#AC464A (or 0xAC464A) is known color: Hippie Pink. HEX triplet: AC, 46 and 4A. RGB value is (172,70,74). Sum of RGB (Red+Green+Blue) = 172+70+74=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC464A is #53B9B5. Grayscale: #656565. Windows color (decimal): -5487030 or 4867756. OLE color: 4867756.

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

Color convert

RGB 172 70 74 -
CMYK 0 0.59 0.57 0.33
HSL 357.65º 0.42% 0.47% -
HSV(B) 357.65º 0.59% 0.67% -
XYZ 20.44 13.65 8.04 -
YUV 100.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 172 70 74 0 0.59 0.57 0.33 357.65 0.42 0.47
Hex AC 46 4A 0 3B 39 21 166 2A 2F
Octal 254 106 112 0 73 71 41 546 52 57
Binary 10101100 1000110 1001010 0 111011 111001 100001 101100110 101010 101111

Color Harmonies of #AC464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC464A

Black with #AC464A

Text Example


Text Example

White with #AC464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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