Html Css Color HEX #AD658E Tapestry

📋 copy color: '#AD658E'

red 173 ◦ green 101 ◦ blue 142

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

Shades of Tapestry #AD658E

Tints of Tapestry #AD658E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.28%

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 41.59%
G = 24.28%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD658E (or 0xAD658E) is known color: Tapestry. HEX triplet: AD, 65 and 8E. RGB value is (173,101,142). Sum of RGB (Red+Green+Blue) = 173+101+142=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD658E is #529A71. Grayscale: #7F7F7F. Windows color (decimal): -5413490 or 9332141. OLE color: 9332141.

HSL color Cylindrical-coordinate representation of color #AD658E: hue angle of 325.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD658E is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 142 -
CMYK 0 0.42 0.18 0.32
HSL 325.83º 0.31% 0.54% -
HSV(B) 325.83º 0.42% 0.68% -
XYZ 26.77 20.14 28.07 -
YUV 127.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 173 101 142 0 0.42 0.18 0.32 325.83 0.31 0.54
Hex AD 65 8E 0 2A 12 20 146 1F 36
Octal 255 145 216 0 52 22 40 506 37 66
Binary 10101101 1100101 10001110 0 101010 10010 100000 101000110 11111 110110

Color Harmonies of #AD658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD658E

Black with #AD658E

Text Example


Text Example

White with #AD658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD658E; }

 p { color: rgb(173,101,142); }

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

background-color css

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

 a { background-color: rgb(173,101,142); }

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

border-color css

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

 span { border-color: rgb(173,101,142); }

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