Html Css Color HEX #AC585A Hippie Pink

📋 copy color: '#AC585A'

red 172 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #AC585A

Tints of Hippie Pink #AC585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 49.14%
G = 25.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC585A (or 0xAC585A) is known color: Hippie Pink. HEX triplet: AC, 58 and 5A. RGB value is (172,88,90). Sum of RGB (Red+Green+Blue) = 172+88+90=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC585A is #53A7A5. Grayscale: #717171. Windows color (decimal): -5482406 or 5920940. OLE color: 5920940.

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

Color convert

RGB 172 88 90 -
CMYK 0 0.49 0.48 0.33
HSL 358.57º 0.34% 0.51% -
HSV(B) 358.57º 0.49% 0.67% -
XYZ 22.35 16.49 11.68 -
YUV 113.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 172 88 90 0 0.49 0.48 0.33 358.57 0.34 0.51
Hex AC 58 5A 0 31 30 21 167 22 33
Octal 254 130 132 0 61 60 41 547 42 63
Binary 10101100 1011000 1011010 0 110001 110000 100001 101100111 100010 110011

Color Harmonies of #AC585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC585A

Black with #AC585A

Text Example


Text Example

White with #AC585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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