Html Css Color HEX #AD617E Tapestry

📋 copy color: '#AD617E'

red 173 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #AD617E

Tints of Tapestry #AD617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 43.69%
G = 24.49%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD617E (or 0xAD617E) is known color: Tapestry. HEX triplet: AD, 61 and 7E. RGB value is (173,97,126). Sum of RGB (Red+Green+Blue) = 173+97+126=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD617E is #529E81. Grayscale: #7A7A7A. Windows color (decimal): -5414530 or 8282541. OLE color: 8282541.

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

Color convert

RGB 173 97 126 -
CMYK 0 0.44 0.27 0.32
HSL 337.11º 0.32% 0.53% -
HSV(B) 337.11º 0.44% 0.68% -
XYZ 25.27 18.94 22.06 -
YUV 123.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 173 97 126 0 0.44 0.27 0.32 337.11 0.32 0.53
Hex AD 61 7E 0 2C 1B 20 151 20 35
Octal 255 141 176 0 54 33 40 521 40 65
Binary 10101101 1100001 1111110 0 101100 11011 100000 101010001 100000 110101

Color Harmonies of #AD617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD617E

Black with #AD617E

Text Example


Text Example

White with #AD617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD617E; }

 p { color: rgb(173,97,126); }

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

background-color css

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

 a { background-color: rgb(173,97,126); }

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

border-color css

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

 span { border-color: rgb(173,97,126); }

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