Html Css Color HEX #AC485F Hippie Pink

📋 copy color: '#AC485F'

red 172 ◦ green 72 ◦ blue 95

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

Shades of Hippie Pink #AC485F

Tints of Hippie Pink #AC485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 50.74%
G = 21.24%
B = 28.02%

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

#AC485F (or 0xAC485F) is known color: Hippie Pink. HEX triplet: AC, 48 and 5F. RGB value is (172,72,95). Sum of RGB (Red+Green+Blue) = 172+72+95=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC485F is #53B7A0. Grayscale: #686868. Windows color (decimal): -5486497 or 6244524. OLE color: 6244524.

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

Color convert

RGB 172 72 95 -
CMYK 0 0.58 0.45 0.33
HSL 346.2º 0.41% 0.48% -
HSV(B) 346.2º 0.58% 0.67% -
XYZ 21.4 14.23 12.45 -
YUV 104.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 172 72 95 0 0.58 0.45 0.33 346.2 0.41 0.48
Hex AC 48 5F 0 3A 2D 21 15A 29 30
Octal 254 110 137 0 72 55 41 532 51 60
Binary 10101100 1001000 1011111 0 111010 101101 100001 101011010 101001 110000

Color Harmonies of #AC485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC485F

Black with #AC485F

Text Example


Text Example

White with #AC485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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