Html Css Color HEX #AC7D90 Tapestry

📋 copy color: '#AC7D90'

red 172 ◦ green 125 ◦ blue 144

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

Shades of Tapestry #AC7D90

Tints of Tapestry #AC7D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

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

R = 39%
G = 28.34%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7D90 (or 0xAC7D90) is known color: Tapestry. HEX triplet: AC, 7D and 90. RGB value is (172,125,144). Sum of RGB (Red+Green+Blue) = 172+125+144=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D90 is #53826F. Grayscale: #8D8D8D. Windows color (decimal): -5472880 or 9469356. OLE color: 9469356.

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

Color convert

RGB 172 125 144 -
CMYK 0 0.27 0.16 0.33
HSL 335.74º 0.22% 0.58% -
HSV(B) 335.74º 0.27% 0.67% -
XYZ 29.38 25.45 29.75 -
YUV 141.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 172 125 144 0 0.27 0.16 0.33 335.74 0.22 0.58
Hex AC 7D 90 0 1B 10 21 150 16 3A
Octal 254 175 220 0 33 20 41 520 26 72
Binary 10101100 1111101 10010000 0 11011 10000 100001 101010000 10110 111010

Color Harmonies of #AC7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D90

Black with #AC7D90

Text Example


Text Example

White with #AC7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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