Html Css Color HEX #AD658A Tapestry

📋 copy color: '#AD658A'

red 173 ◦ green 101 ◦ blue 138

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

Shades of Tapestry #AD658A

Tints of Tapestry #AD658A

RGB

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

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

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

R = 41.99%
G = 24.51%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD658A (or 0xAD658A) is known color: Tapestry. HEX triplet: AD, 65 and 8A. RGB value is (173,101,138). Sum of RGB (Red+Green+Blue) = 173+101+138=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD658A is #529A75. Grayscale: #7E7E7E. Windows color (decimal): -5413494 or 9069997. OLE color: 9069997.

HSL color Cylindrical-coordinate representation of color #AD658A: hue angle of 329.17º 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 #AD658A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 138 -
CMYK 0 0.42 0.20 0.32
HSL 329.17º 0.31% 0.54% -
HSV(B) 329.17º 0.42% 0.68% -
XYZ 26.47 20.03 26.51 -
YUV 126.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 173 101 138 0 0.42 0.20 0.32 329.17 0.31 0.54
Hex AD 65 8A 0 2A 14 20 149 1F 36
Octal 255 145 212 0 52 24 40 511 37 66
Binary 10101101 1100101 10001010 0 101010 10100 100000 101001001 11111 110110

Color Harmonies of #AD658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD658A

Black with #AD658A

Text Example


Text Example

White with #AD658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD658A; }

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

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

background-color css

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

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

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

border-color css

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

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

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