Html Css Color HEX #AC585B Hippie Pink

📋 copy color: '#AC585B'

red 172 ◦ green 88 ◦ blue 91

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

Shades of Hippie Pink #AC585B

Tints of Hippie Pink #AC585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 49%
G = 25.07%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC585B (or 0xAC585B) is known color: Hippie Pink. HEX triplet: AC, 58 and 5B. RGB value is (172,88,91). Sum of RGB (Red+Green+Blue) = 172+88+91=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC585B is #53A7A4. Grayscale: #717171. Windows color (decimal): -5482405 or 5986476. OLE color: 5986476.

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

Color convert

RGB 172 88 91 -
CMYK 0 0.49 0.47 0.33
HSL 357.86º 0.34% 0.51% -
HSV(B) 357.86º 0.49% 0.67% -
XYZ 22.39 16.51 11.9 -
YUV 113.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 172 88 91 0 0.49 0.47 0.33 357.86 0.34 0.51
Hex AC 58 5B 0 31 2F 21 166 22 33
Octal 254 130 133 0 61 57 41 546 42 63
Binary 10101100 1011000 1011011 0 110001 101111 100001 101100110 100010 110011

Color Harmonies of #AC585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC585B

Black with #AC585B

Text Example


Text Example

White with #AC585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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