Html Css Color HEX #AC768C Tapestry

📋 copy color: '#AC768C'

red 172 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #AC768C

Tints of Tapestry #AC768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 40%
G = 27.44%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC768C (or 0xAC768C) is known color: Tapestry. HEX triplet: AC, 76 and 8C. RGB value is (172,118,140). Sum of RGB (Red+Green+Blue) = 172+118+140=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768C is #538973. Grayscale: #888888. Windows color (decimal): -5474676 or 9205420. OLE color: 9205420.

HSL color Cylindrical-coordinate representation of color #AC768C: hue angle of 335.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC768C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 140 -
CMYK 0 0.31 0.19 0.33
HSL 335.56º 0.25% 0.57% -
HSV(B) 335.56º 0.31% 0.67% -
XYZ 28.23 23.62 27.88 -
YUV 136.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 172 118 140 0 0.31 0.19 0.33 335.56 0.25 0.57
Hex AC 76 8C 0 1F 13 21 150 19 39
Octal 254 166 214 0 37 23 41 520 31 71
Binary 10101100 1110110 10001100 0 11111 10011 100001 101010000 11001 111001

Color Harmonies of #AC768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC768C

Black with #AC768C

Text Example


Text Example

White with #AC768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC768C; }

 p { color: rgb(172,118,140); }

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

background-color css

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

 a { background-color: rgb(172,118,140); }

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

border-color css

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

 span { border-color: rgb(172,118,140); }

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