Html Css Color HEX #AD607E Tapestry

📋 copy color: '#AD607E'

red 173 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #AD607E

Tints of Tapestry #AD607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 43.8%
G = 24.3%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD607E (or 0xAD607E) is known color: Tapestry. HEX triplet: AD, 60 and 7E. RGB value is (173,96,126). Sum of RGB (Red+Green+Blue) = 173+96+126=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD607E is #529F81. Grayscale: #7A7A7A. Windows color (decimal): -5414786 or 8282285. OLE color: 8282285.

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

Color convert

RGB 173 96 126 -
CMYK 0 0.45 0.27 0.32
HSL 336.62º 0.32% 0.53% -
HSV(B) 336.62º 0.45% 0.68% -
XYZ 25.18 18.76 22.03 -
YUV 122.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 173 96 126 0 0.45 0.27 0.32 336.62 0.32 0.53
Hex AD 60 7E 0 2D 1B 20 151 20 35
Octal 255 140 176 0 55 33 40 521 40 65
Binary 10101101 1100000 1111110 0 101101 11011 100000 101010001 100000 110101

Color Harmonies of #AD607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD607E

Black with #AD607E

Text Example


Text Example

White with #AD607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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