Html Css Color HEX #AC485E Hippie Pink

📋 copy color: '#AC485E'

red 172 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #AC485E

Tints of Hippie Pink #AC485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 50.89%
G = 21.3%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC485E (or 0xAC485E) is known color: Hippie Pink. HEX triplet: AC, 48 and 5E. RGB value is (172,72,94). Sum of RGB (Red+Green+Blue) = 172+72+94=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC485E is #53B7A1. Grayscale: #686868. Windows color (decimal): -5486498 or 6178988. OLE color: 6178988.

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

Color convert

RGB 172 72 94 -
CMYK 0 0.58 0.45 0.33
HSL 346.8º 0.41% 0.48% -
HSV(B) 346.8º 0.58% 0.67% -
XYZ 21.35 14.21 12.21 -
YUV 104.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 172 72 94 0 0.58 0.45 0.33 346.8 0.41 0.48
Hex AC 48 5E 0 3A 2D 21 15B 29 30
Octal 254 110 136 0 72 55 41 533 51 60
Binary 10101100 1001000 1011110 0 111010 101101 100001 101011011 101001 110000

Color Harmonies of #AC485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC485E

Black with #AC485E

Text Example


Text Example

White with #AC485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC485E; }

 p { color: rgb(172,72,94); }

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

background-color css

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

 a { background-color: rgb(172,72,94); }

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

border-color css

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

 span { border-color: rgb(172,72,94); }

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