Html Css Color HEX #A6667D Tapestry

📋 copy color: '#A6667D'

red 166 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #A6667D

Tints of Tapestry #A6667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 42.24%
G = 25.95%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6667D (or 0xA6667D) is known color: Tapestry. HEX triplet: A6, 66 and 7D. RGB value is (166,102,125). Sum of RGB (Red+Green+Blue) = 166+102+125=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667D is #599982. Grayscale: #7B7B7B. Windows color (decimal): -5872003 or 8218278. OLE color: 8218278.

HSL color Cylindrical-coordinate representation of color #A6667D: hue angle of 338.44º 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 #A6667D is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 102 125 -
CMYK 0 0.39 0.25 0.35
HSL 338.44º 0.26% 0.53% -
HSV(B) 338.44º 0.39% 0.65% -
XYZ 24.18 19.09 21.81 -
YUV 123.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 166 102 125 0 0.39 0.25 0.35 338.44 0.26 0.53
Hex A6 66 7D 0 27 19 23 152 1A 35
Octal 246 146 175 0 47 31 43 522 32 65
Binary 10100110 1100110 1111101 0 100111 11001 100011 101010010 11010 110101

Color Harmonies of #A6667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6667D

Black with #A6667D

Text Example


Text Example

White with #A6667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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