Html Css Color HEX #AC535F Hippie Pink

📋 copy color: '#AC535F'

red 172 ◦ green 83 ◦ blue 95

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

Shades of Hippie Pink #AC535F

Tints of Hippie Pink #AC535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 49.14%
G = 23.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC535F (or 0xAC535F) is known color: Hippie Pink. HEX triplet: AC, 53 and 5F. RGB value is (172,83,95). Sum of RGB (Red+Green+Blue) = 172+83+95=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535F is #53ACA0. Grayscale: #6F6F6F. Windows color (decimal): -5483681 or 6247340. OLE color: 6247340.

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

Color convert

RGB 172 83 95 -
CMYK 0 0.52 0.45 0.33
HSL 351.91º 0.35% 0.5% -
HSV(B) 351.91º 0.52% 0.67% -
XYZ 22.17 15.78 12.7 -
YUV 110.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 172 83 95 0 0.52 0.45 0.33 351.91 0.35 0.5
Hex AC 53 5F 0 34 2D 21 160 23 32
Octal 254 123 137 0 64 55 41 540 43 62
Binary 10101100 1010011 1011111 0 110100 101101 100001 101100000 100011 110010

Color Harmonies of #AC535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC535F

Black with #AC535F

Text Example


Text Example

White with #AC535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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