Html Css Color HEX #AD758A Tapestry

📋 copy color: '#AD758A'

red 173 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #AD758A

Tints of Tapestry #AD758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

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

R = 40.42%
G = 27.34%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD758A (or 0xAD758A) is known color: Tapestry. HEX triplet: AD, 75 and 8A. RGB value is (173,117,138). Sum of RGB (Red+Green+Blue) = 173+117+138=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758A is #528A75. Grayscale: #888888. Windows color (decimal): -5409398 or 9074093. OLE color: 9074093.

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

Color convert

RGB 173 117 138 -
CMYK 0 0.32 0.20 0.32
HSL 337.5º 0.25% 0.57% -
HSV(B) 337.5º 0.32% 0.68% -
XYZ 28.18 23.44 27.08 -
YUV 136.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 173 117 138 0 0.32 0.20 0.32 337.5 0.25 0.57
Hex AD 75 8A 0 20 14 20 152 19 39
Octal 255 165 212 0 40 24 40 522 31 71
Binary 10101101 1110101 10001010 0 100000 10100 100000 101010010 11001 111001

Color Harmonies of #AD758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD758A

Black with #AD758A

Text Example


Text Example

White with #AD758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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