Html Css Color HEX #AD667A Tapestry

📋 copy color: '#AD667A'

red 173 ◦ green 102 ◦ blue 122

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

Shades of Tapestry #AD667A

Tints of Tapestry #AD667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 43.58%
G = 25.69%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD667A (or 0xAD667A) is known color: Tapestry. HEX triplet: AD, 66 and 7A. RGB value is (173,102,122). Sum of RGB (Red+Green+Blue) = 173+102+122=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667A is #529985. Grayscale: #7D7D7D. Windows color (decimal): -5413254 or 8021677. OLE color: 8021677.

HSL color Cylindrical-coordinate representation of color #AD667A: hue angle of 343.1º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD667A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 122 -
CMYK 0 0.41 0.29 0.32
HSL 343.1º 0.3% 0.54% -
HSV(B) 343.1º 0.41% 0.68% -
XYZ 25.5 19.79 20.89 -
YUV 125.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 173 102 122 0 0.41 0.29 0.32 343.1 0.3 0.54
Hex AD 66 7A 0 29 1D 20 157 1E 36
Octal 255 146 172 0 51 35 40 527 36 66
Binary 10101101 1100110 1111010 0 101001 11101 100000 101010111 11110 110110

Color Harmonies of #AD667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD667A

Black with #AD667A

Text Example


Text Example

White with #AD667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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