Html Css Color HEX #AD698A Tapestry

📋 copy color: '#AD698A'

red 173 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #AD698A

Tints of Tapestry #AD698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 41.59%
G = 25.24%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD698A (or 0xAD698A) is known color: Tapestry. HEX triplet: AD, 69 and 8A. RGB value is (173,105,138). Sum of RGB (Red+Green+Blue) = 173+105+138=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD698A is #529675. Grayscale: #818181. Windows color (decimal): -5412470 or 9071021. OLE color: 9071021.

HSL color Cylindrical-coordinate representation of color #AD698A: hue angle of 330.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD698A is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 138 -
CMYK 0 0.39 0.20 0.32
HSL 330.88º 0.29% 0.55% -
HSV(B) 330.88º 0.39% 0.68% -
XYZ 26.87 20.82 26.65 -
YUV 129.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 173 105 138 0 0.39 0.20 0.32 330.88 0.29 0.55
Hex AD 69 8A 0 27 14 20 14B 1D 37
Octal 255 151 212 0 47 24 40 513 35 67
Binary 10101101 1101001 10001010 0 100111 10100 100000 101001011 11101 110111

Color Harmonies of #AD698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD698A

Black with #AD698A

Text Example


Text Example

White with #AD698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD698A; }

 p { color: rgb(173,105,138); }

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

background-color css

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

 a { background-color: rgb(173,105,138); }

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

border-color css

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

 span { border-color: rgb(173,105,138); }

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