Html Css Color HEX #AC535A Hippie Pink

📋 copy color: '#AC535A'

red 172 ◦ green 83 ◦ blue 90

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

Shades of Hippie Pink #AC535A

Tints of Hippie Pink #AC535A

RGB

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

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

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

R = 49.86%
G = 24.06%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC535A (or 0xAC535A) is known color: Hippie Pink. HEX triplet: AC, 53 and 5A. RGB value is (172,83,90). Sum of RGB (Red+Green+Blue) = 172+83+90=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535A is #53ACA5. Grayscale: #6E6E6E. Windows color (decimal): -5483686 or 5919660. OLE color: 5919660.

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

Color convert

RGB 172 83 90 -
CMYK 0 0.52 0.48 0.33
HSL 355.28º 0.35% 0.5% -
HSV(B) 355.28º 0.52% 0.67% -
XYZ 21.95 15.7 11.55 -
YUV 110.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 172 83 90 0 0.52 0.48 0.33 355.28 0.35 0.5
Hex AC 53 5A 0 34 30 21 163 23 32
Octal 254 123 132 0 64 60 41 543 43 62
Binary 10101100 1010011 1011010 0 110100 110000 100001 101100011 100011 110010

Color Harmonies of #AC535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC535A

Black with #AC535A

Text Example


Text Example

White with #AC535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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