Html Css Color HEX #AC4352 Hippie Pink

📋 copy color: '#AC4352'

red 172 ◦ green 67 ◦ blue 82

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

Shades of Hippie Pink #AC4352

Tints of Hippie Pink #AC4352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 53.58%
G = 20.87%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC4352 (or 0xAC4352) is known color: Hippie Pink. HEX triplet: AC, 43 and 52. RGB value is (172,67,82). Sum of RGB (Red+Green+Blue) = 172+67+82=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4352 is #53BCAD. Grayscale: #646464. Windows color (decimal): -5487790 or 5391276. OLE color: 5391276.

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

Color convert

RGB 172 67 82 -
CMYK 0 0.61 0.52 0.33
HSL 351.43º 0.44% 0.47% -
HSV(B) 351.43º 0.61% 0.67% -
XYZ 20.54 13.39 9.49 -
YUV 100.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 172 67 82 0 0.61 0.52 0.33 351.43 0.44 0.47
Hex AC 43 52 0 3D 34 21 15F 2C 2F
Octal 254 103 122 0 75 64 41 537 54 57
Binary 10101100 1000011 1010010 0 111101 110100 100001 101011111 101100 101111

Color Harmonies of #AC4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4352

Black with #AC4352

Text Example


Text Example

White with #AC4352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4352; }

 p { color: rgb(172,67,82); }

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

background-color css

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

 a { background-color: rgb(172,67,82); }

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

border-color css

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

 span { border-color: rgb(172,67,82); }

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