Html Css Color HEX #AC565E Hippie Pink

📋 copy color: '#AC565E'

red 172 ◦ green 86 ◦ blue 94

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

Shades of Hippie Pink #AC565E

Tints of Hippie Pink #AC565E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 48.86%
G = 24.43%
B = 26.7%

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

#AC565E (or 0xAC565E) is known color: Hippie Pink. HEX triplet: AC, 56 and 5E. RGB value is (172,86,94). Sum of RGB (Red+Green+Blue) = 172+86+94=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC565E is #53A9A1. Grayscale: #707070. Windows color (decimal): -5482914 or 6182572. OLE color: 6182572.

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

Color convert

RGB 172 86 94 -
CMYK 0 0.5 0.45 0.33
HSL 354.42º 0.34% 0.51% -
HSV(B) 354.42º 0.5% 0.67% -
XYZ 22.36 16.23 12.54 -
YUV 112.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 172 86 94 0 0.5 0.45 0.33 354.42 0.34 0.51
Hex AC 56 5E 0 32 2D 21 162 22 33
Octal 254 126 136 0 62 55 41 542 42 63
Binary 10101100 1010110 1011110 0 110010 101101 100001 101100010 100010 110011

Color Harmonies of #AC565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC565E

Black with #AC565E

Text Example


Text Example

White with #AC565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC565E; }

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

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

background-color css

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

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

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

border-color css

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

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

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