Html Css Color HEX #AC7B90 Tapestry

📋 copy color: '#AC7B90'

red 172 ◦ green 123 ◦ blue 144

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

Shades of Tapestry #AC7B90

Tints of Tapestry #AC7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.02%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 39.18%
G = 28.02%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7B90 (or 0xAC7B90) is known color: Tapestry. HEX triplet: AC, 7B and 90. RGB value is (172,123,144). Sum of RGB (Red+Green+Blue) = 172+123+144=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B90 is #53846F. Grayscale: #8C8C8C. Windows color (decimal): -5473392 or 9468844. OLE color: 9468844.

HSL color Cylindrical-coordinate representation of color #AC7B90: hue angle of 334.29º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B90 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 144 -
CMYK 0 0.28 0.16 0.33
HSL 334.29º 0.23% 0.58% -
HSV(B) 334.29º 0.28% 0.67% -
XYZ 29.13 24.95 29.67 -
YUV 140.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 172 123 144 0 0.28 0.16 0.33 334.29 0.23 0.58
Hex AC 7B 90 0 1C 10 21 14E 17 3A
Octal 254 173 220 0 34 20 41 516 27 72
Binary 10101100 1111011 10010000 0 11100 10000 100001 101001110 10111 111010

Color Harmonies of #AC7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B90

Black with #AC7B90

Text Example


Text Example

White with #AC7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B90; }

 p { color: rgb(172,123,144); }

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

background-color css

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

 a { background-color: rgb(172,123,144); }

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

border-color css

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

 span { border-color: rgb(172,123,144); }

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