Html Css Color HEX #A67A86 Tapestry

📋 copy color: '#A67A86'

red 166 ◦ green 122 ◦ blue 134

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

Shades of Tapestry #A67A86

Tints of Tapestry #A67A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 39.34%
G = 28.91%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67A86 (or 0xA67A86) is known color: Tapestry. HEX triplet: A6, 7A and 86. RGB value is (166,122,134). Sum of RGB (Red+Green+Blue) = 166+122+134=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A86 is #598579. Grayscale: #888888. Windows color (decimal): -5866874 or 8813222. OLE color: 8813222.

HSL color Cylindrical-coordinate representation of color #A67A86: hue angle of 343.64º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A86 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 134 -
CMYK 0 0.27 0.19 0.35
HSL 343.64º 0.2% 0.56% -
HSV(B) 343.64º 0.27% 0.65% -
XYZ 26.99 23.75 25.72 -
YUV 136.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 166 122 134 0 0.27 0.19 0.35 343.64 0.2 0.56
Hex A6 7A 86 0 1B 13 23 158 14 38
Octal 246 172 206 0 33 23 43 530 24 70
Binary 10100110 1111010 10000110 0 11011 10011 100011 101011000 10100 111000

Color Harmonies of #A67A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A86

Black with #A67A86

Text Example


Text Example

White with #A67A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A86; }

 p { color: rgb(166,122,134); }

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

background-color css

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

 a { background-color: rgb(166,122,134); }

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

border-color css

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

 span { border-color: rgb(166,122,134); }

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