Html Css Color HEX #AC535D Hippie Pink

📋 copy color: '#AC535D'

red 172 ◦ green 83 ◦ blue 93

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

Shades of Hippie Pink #AC535D

Tints of Hippie Pink #AC535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 49.43%
G = 23.85%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC535D (or 0xAC535D) is known color: Hippie Pink. HEX triplet: AC, 53 and 5D. RGB value is (172,83,93). Sum of RGB (Red+Green+Blue) = 172+83+93=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535D is #53ACA2. Grayscale: #6E6E6E. Windows color (decimal): -5483683 or 6116268. OLE color: 6116268.

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

Color convert

RGB 172 83 93 -
CMYK 0 0.52 0.46 0.33
HSL 353.26º 0.35% 0.5% -
HSV(B) 353.26º 0.52% 0.67% -
XYZ 22.08 15.75 12.23 -
YUV 110.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 172 83 93 0 0.52 0.46 0.33 353.26 0.35 0.5
Hex AC 53 5D 0 34 2E 21 161 23 32
Octal 254 123 135 0 64 56 41 541 43 62
Binary 10101100 1010011 1011101 0 110100 101110 100001 101100001 100011 110010

Color Harmonies of #AC535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC535D

Black with #AC535D

Text Example


Text Example

White with #AC535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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