Html Css Color HEX #AD748A Tapestry

📋 copy color: '#AD748A'

red 173 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #AD748A

Tints of Tapestry #AD748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

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

R = 40.52%
G = 27.17%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD748A (or 0xAD748A) is known color: Tapestry. HEX triplet: AD, 74 and 8A. RGB value is (173,116,138). Sum of RGB (Red+Green+Blue) = 173+116+138=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD748A is #528B75. Grayscale: #878787. Windows color (decimal): -5409654 or 9073837. OLE color: 9073837.

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

Color convert

RGB 173 116 138 -
CMYK 0 0.33 0.20 0.32
HSL 336.84º 0.26% 0.57% -
HSV(B) 336.84º 0.33% 0.68% -
XYZ 28.07 23.21 27.05 -
YUV 135.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 173 116 138 0 0.33 0.20 0.32 336.84 0.26 0.57
Hex AD 74 8A 0 21 14 20 151 1A 39
Octal 255 164 212 0 41 24 40 521 32 71
Binary 10101101 1110100 10001010 0 100001 10100 100000 101010001 11010 111001

Color Harmonies of #AD748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD748A

Black with #AD748A

Text Example


Text Example

White with #AD748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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