Html Css Color HEX #AC4254 Hippie Pink

📋 copy color: '#AC4254'

red 172 ◦ green 66 ◦ blue 84

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

Shades of Hippie Pink #AC4254

Tints of Hippie Pink #AC4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 53.42%
G = 20.5%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC4254 (or 0xAC4254) is known color: Hippie Pink. HEX triplet: AC, 42 and 54. RGB value is (172,66,84). Sum of RGB (Red+Green+Blue) = 172+66+84=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4254 is #53BDAB. Grayscale: #636363. Windows color (decimal): -5488044 or 5522092. OLE color: 5522092.

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

Color convert

RGB 172 66 84 -
CMYK 0 0.62 0.51 0.33
HSL 349.81º 0.45% 0.47% -
HSV(B) 349.81º 0.62% 0.67% -
XYZ 20.56 13.31 9.87 -
YUV 99.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 172 66 84 0 0.62 0.51 0.33 349.81 0.45 0.47
Hex AC 42 54 0 3E 33 21 15E 2D 2F
Octal 254 102 124 0 76 63 41 536 55 57
Binary 10101100 1000010 1010100 0 111110 110011 100001 101011110 101101 101111

Color Harmonies of #AC4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4254

Black with #AC4254

Text Example


Text Example

White with #AC4254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4254; }

 p { color: rgb(172,66,84); }

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

background-color css

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

 a { background-color: rgb(172,66,84); }

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

border-color css

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

 span { border-color: rgb(172,66,84); }

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