Html Css Color HEX #AC4C4E Hippie Pink

📋 copy color: '#AC4C4E'

red 172 ◦ green 76 ◦ blue 78

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

Shades of Hippie Pink #AC4C4E

Tints of Hippie Pink #AC4C4E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 52.76%
G = 23.31%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC4C4E (or 0xAC4C4E) is known color: Hippie Pink. HEX triplet: AC, 4C and 4E. RGB value is (172,76,78). Sum of RGB (Red+Green+Blue) = 172+76+78=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C4E is #53B3B1. Grayscale: #696969. Windows color (decimal): -5485490 or 5131436. OLE color: 5131436.

HSL color Cylindrical-coordinate representation of color #AC4C4E: hue angle of 358.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C4E is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 78 -
CMYK 0 0.56 0.55 0.33
HSL 358.75º 0.39% 0.49% -
HSV(B) 358.75º 0.56% 0.67% -
XYZ 20.97 14.49 8.9 -
YUV 104.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 172 76 78 0 0.56 0.55 0.33 358.75 0.39 0.49
Hex AC 4C 4E 0 38 37 21 167 27 31
Octal 254 114 116 0 70 67 41 547 47 61
Binary 10101100 1001100 1001110 0 111000 110111 100001 101100111 100111 110001

Color Harmonies of #AC4C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C4E

Black with #AC4C4E

Text Example


Text Example

White with #AC4C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C4E; }

 p { color: rgb(172,76,78); }

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

background-color css

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

 a { background-color: rgb(172,76,78); }

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

border-color css

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

 span { border-color: rgb(172,76,78); }

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