Html Css Color HEX #AC5355 Hippie Pink

📋 copy color: '#AC5355'

red 172 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #AC5355

Tints of Hippie Pink #AC5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 50.59%
G = 24.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5355 (or 0xAC5355) is known color: Hippie Pink. HEX triplet: AC, 53 and 55. RGB value is (172,83,85). Sum of RGB (Red+Green+Blue) = 172+83+85=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5355 is #53ACAA. Grayscale: #6D6D6D. Windows color (decimal): -5483691 or 5591980. OLE color: 5591980.

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

Color convert

RGB 172 83 85 -
CMYK 0 0.52 0.51 0.33
HSL 358.65º 0.35% 0.5% -
HSV(B) 358.65º 0.52% 0.67% -
XYZ 21.75 15.61 10.46 -
YUV 109.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 172 83 85 0 0.52 0.51 0.33 358.65 0.35 0.5
Hex AC 53 55 0 34 33 21 167 23 32
Octal 254 123 125 0 64 63 41 547 43 62
Binary 10101100 1010011 1010101 0 110100 110011 100001 101100111 100011 110010

Color Harmonies of #AC5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5355

Black with #AC5355

Text Example


Text Example

White with #AC5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5355; }

 p { color: rgb(172,83,85); }

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

background-color css

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

 a { background-color: rgb(172,83,85); }

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

border-color css

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

 span { border-color: rgb(172,83,85); }

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