Html Css Color HEX #AC475D Hippie Pink

📋 copy color: '#AC475D'

red 172 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #AC475D

Tints of Hippie Pink #AC475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 51.19%
G = 21.13%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC475D (or 0xAC475D) is known color: Hippie Pink. HEX triplet: AC, 47 and 5D. RGB value is (172,71,93). Sum of RGB (Red+Green+Blue) = 172+71+93=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC475D is #53B8A2. Grayscale: #676767. Windows color (decimal): -5486755 or 6113196. OLE color: 6113196.

HSL color Cylindrical-coordinate representation of color #AC475D: hue angle of 346.93º 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 #AC475D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 71 93 -
CMYK 0 0.59 0.46 0.33
HSL 346.93º 0.42% 0.48% -
HSV(B) 346.93º 0.59% 0.67% -
XYZ 21.24 14.07 11.95 -
YUV 103.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 172 71 93 0 0.59 0.46 0.33 346.93 0.42 0.48
Hex AC 47 5D 0 3B 2E 21 15B 2A 30
Octal 254 107 135 0 73 56 41 533 52 60
Binary 10101100 1000111 1011101 0 111011 101110 100001 101011011 101010 110000

Color Harmonies of #AC475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC475D

Black with #AC475D

Text Example


Text Example

White with #AC475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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