Html Css Color HEX #AD7F90 Tapestry

📋 copy color: '#AD7F90'

red 173 ◦ green 127 ◦ blue 144

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

Shades of Tapestry #AD7F90

Tints of Tapestry #AD7F90

RGB

 RED value IS 173 (67.97% from 255) = 38.96%

 GREEN value IS 127 (50% from 255) = 28.6%

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

R = 38.96%
G = 28.6%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7F90 (or 0xAD7F90) is known color: Tapestry. HEX triplet: AD, 7F and 90. RGB value is (173,127,144). Sum of RGB (Red+Green+Blue) = 173+127+144=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F90 is #52806F. Grayscale: #8E8E8E. Windows color (decimal): -5406832 or 9469869. OLE color: 9469869.

HSL color Cylindrical-coordinate representation of color #AD7F90: hue angle of 337.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7F90 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 144 -
CMYK 0 0.27 0.17 0.32
HSL 337.83º 0.22% 0.59% -
HSV(B) 337.83º 0.27% 0.68% -
XYZ 29.86 26.08 29.85 -
YUV 142.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 173 127 144 0 0.27 0.17 0.32 337.83 0.22 0.59
Hex AD 7F 90 0 1B 11 20 152 16 3B
Octal 255 177 220 0 33 21 40 522 26 73
Binary 10101101 1111111 10010000 0 11011 10001 100000 101010010 10110 111011

Color Harmonies of #AD7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F90

Black with #AD7F90

Text Example


Text Example

White with #AD7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F90; }

 p { color: rgb(173,127,144); }

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

background-color css

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

 a { background-color: rgb(173,127,144); }

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

border-color css

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

 span { border-color: rgb(173,127,144); }

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