Html Css Color HEX #AD607A Tapestry

📋 copy color: '#AD607A'

red 173 ◦ green 96 ◦ blue 122

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

Shades of Tapestry #AD607A

Tints of Tapestry #AD607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 44.25%
G = 24.55%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD607A (or 0xAD607A) is known color: Tapestry. HEX triplet: AD, 60 and 7A. RGB value is (173,96,122). Sum of RGB (Red+Green+Blue) = 173+96+122=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD607A is #529F85. Grayscale: #797979. Windows color (decimal): -5414790 or 8020141. OLE color: 8020141.

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

Color convert

RGB 173 96 122 -
CMYK 0 0.45 0.29 0.32
HSL 339.74º 0.32% 0.53% -
HSV(B) 339.74º 0.45% 0.68% -
XYZ 24.93 18.66 20.7 -
YUV 121.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 173 96 122 0 0.45 0.29 0.32 339.74 0.32 0.53
Hex AD 60 7A 0 2D 1D 20 154 20 35
Octal 255 140 172 0 55 35 40 524 40 65
Binary 10101101 1100000 1111010 0 101101 11101 100000 101010100 100000 110101

Color Harmonies of #AD607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD607A

Black with #AD607A

Text Example


Text Example

White with #AD607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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