Html Css Color HEX #AD608A Tapestry

📋 copy color: '#AD608A'

red 173 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #AD608A

Tints of Tapestry #AD608A

RGB

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

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

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

R = 42.51%
G = 23.59%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD608A (or 0xAD608A) is known color: Tapestry. HEX triplet: AD, 60 and 8A. RGB value is (173,96,138). Sum of RGB (Red+Green+Blue) = 173+96+138=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD608A is #529F75. Grayscale: #7B7B7B. Windows color (decimal): -5414774 or 9068717. OLE color: 9068717.

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

Color convert

RGB 173 96 138 -
CMYK 0 0.45 0.20 0.32
HSL 327.27º 0.32% 0.53% -
HSV(B) 327.27º 0.45% 0.68% -
XYZ 26 19.08 26.36 -
YUV 123.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 173 96 138 0 0.45 0.20 0.32 327.27 0.32 0.53
Hex AD 60 8A 0 2D 14 20 147 20 35
Octal 255 140 212 0 55 24 40 507 40 65
Binary 10101101 1100000 10001010 0 101101 10100 100000 101000111 100000 110101

Color Harmonies of #AD608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD608A

Black with #AD608A

Text Example


Text Example

White with #AD608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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