Html Css Color HEX #AC485C Hippie Pink

📋 copy color: '#AC485C'

red 172 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #AC485C

Tints of Hippie Pink #AC485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 51.19%
G = 21.43%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC485C (or 0xAC485C) is known color: Hippie Pink. HEX triplet: AC, 48 and 5C. RGB value is (172,72,92). Sum of RGB (Red+Green+Blue) = 172+72+92=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC485C is #53B7A3. Grayscale: #686868. Windows color (decimal): -5486500 or 6047916. OLE color: 6047916.

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

Color convert

RGB 172 72 92 -
CMYK 0 0.58 0.47 0.33
HSL 348º 0.41% 0.48% -
HSV(B) 348º 0.58% 0.67% -
XYZ 21.26 14.18 11.74 -
YUV 104.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 172 72 92 0 0.58 0.47 0.33 348 0.41 0.48
Hex AC 48 5C 0 3A 2F 21 15C 29 30
Octal 254 110 134 0 72 57 41 534 51 60
Binary 10101100 1001000 1011100 0 111010 101111 100001 101011100 101001 110000

Color Harmonies of #AC485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC485C

Black with #AC485C

Text Example


Text Example

White with #AC485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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