Html Css Color HEX #AC565F Hippie Pink

📋 copy color: '#AC565F'

red 172 ◦ green 86 ◦ blue 95

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

Shades of Hippie Pink #AC565F

Tints of Hippie Pink #AC565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 48.73%
G = 24.36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC565F (or 0xAC565F) is known color: Hippie Pink. HEX triplet: AC, 56 and 5F. RGB value is (172,86,95). Sum of RGB (Red+Green+Blue) = 172+86+95=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC565F is #53A9A0. Grayscale: #707070. Windows color (decimal): -5482913 or 6248108. OLE color: 6248108.

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

Color convert

RGB 172 86 95 -
CMYK 0 0.5 0.45 0.33
HSL 353.72º 0.34% 0.51% -
HSV(B) 353.72º 0.5% 0.67% -
XYZ 22.41 16.25 12.78 -
YUV 112.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 172 86 95 0 0.5 0.45 0.33 353.72 0.34 0.51
Hex AC 56 5F 0 32 2D 21 162 22 33
Octal 254 126 137 0 62 55 41 542 42 63
Binary 10101100 1010110 1011111 0 110010 101101 100001 101100010 100010 110011

Color Harmonies of #AC565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC565F

Black with #AC565F

Text Example


Text Example

White with #AC565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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