Html Css Color HEX #AC485A Hippie Pink

📋 copy color: '#AC485A'

red 172 ◦ green 72 ◦ blue 90

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

Shades of Hippie Pink #AC485A

Tints of Hippie Pink #AC485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 51.5%
G = 21.56%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC485A (or 0xAC485A) is known color: Hippie Pink. HEX triplet: AC, 48 and 5A. RGB value is (172,72,90). Sum of RGB (Red+Green+Blue) = 172+72+90=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC485A is #53B7A5. Grayscale: #676767. Windows color (decimal): -5486502 or 5916844. OLE color: 5916844.

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

Color convert

RGB 172 72 90 -
CMYK 0 0.58 0.48 0.33
HSL 349.2º 0.41% 0.48% -
HSV(B) 349.2º 0.58% 0.67% -
XYZ 21.18 14.14 11.29 -
YUV 103.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 172 72 90 0 0.58 0.48 0.33 349.2 0.41 0.48
Hex AC 48 5A 0 3A 30 21 15D 29 30
Octal 254 110 132 0 72 60 41 535 51 60
Binary 10101100 1001000 1011010 0 111010 110000 100001 101011101 101001 110000

Color Harmonies of #AC485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC485A

Black with #AC485A

Text Example


Text Example

White with #AC485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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