Html Css Color HEX #A6667E Tapestry

📋 copy color: '#A6667E'

red 166 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #A6667E

Tints of Tapestry #A6667E

RGB

 RED value IS 166 (65.23% from 255) = 42.13%

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

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

R = 42.13%
G = 25.89%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6667E (or 0xA6667E) is known color: Tapestry. HEX triplet: A6, 66 and 7E. RGB value is (166,102,126). Sum of RGB (Red+Green+Blue) = 166+102+126=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667E is #599981. Grayscale: #7B7B7B. Windows color (decimal): -5872002 or 8283814. OLE color: 8283814.

HSL color Cylindrical-coordinate representation of color #A6667E: hue angle of 337.5º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6667E is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 102 126 -
CMYK 0 0.39 0.24 0.35
HSL 337.5º 0.26% 0.53% -
HSV(B) 337.5º 0.39% 0.65% -
XYZ 24.24 19.12 22.15 -
YUV 123.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 166 102 126 0 0.39 0.24 0.35 337.5 0.26 0.53
Hex A6 66 7E 0 27 18 23 152 1A 35
Octal 246 146 176 0 47 30 43 522 32 65
Binary 10100110 1100110 1111110 0 100111 11000 100011 101010010 11010 110101

Color Harmonies of #A6667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6667E

Black with #A6667E

Text Example


Text Example

White with #A6667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6667E; }

 p { color: rgb(166,102,126); }

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

background-color css

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

 a { background-color: rgb(166,102,126); }

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

border-color css

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

 span { border-color: rgb(166,102,126); }

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