Html Css Color HEX #A67F8E Tapestry

📋 copy color: '#A67F8E'

red 166 ◦ green 127 ◦ blue 142

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

Shades of Tapestry #A67F8E

Tints of Tapestry #A67F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 38.16%
G = 29.2%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A67F8E (or 0xA67F8E) is known color: Tapestry. HEX triplet: A6, 7F and 8E. RGB value is (166,127,142). Sum of RGB (Red+Green+Blue) = 166+127+142=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F8E is #598071. Grayscale: #8C8C8C. Windows color (decimal): -5865586 or 9338790. OLE color: 9338790.

HSL color Cylindrical-coordinate representation of color #A67F8E: hue angle of 336.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F8E is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 127 142 -
CMYK 0 0.23 0.14 0.35
HSL 336.92º 0.18% 0.57% -
HSV(B) 336.92º 0.23% 0.65% -
XYZ 28.2 25.24 28.98 -
YUV 140.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 166 127 142 0 0.23 0.14 0.35 336.92 0.18 0.57
Hex A6 7F 8E 0 17 E 23 151 12 39
Octal 246 177 216 0 27 16 43 521 22 71
Binary 10100110 1111111 10001110 0 10111 1110 100011 101010001 10010 111001

Color Harmonies of #A67F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F8E

Black with #A67F8E

Text Example


Text Example

White with #A67F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F8E; }

 p { color: rgb(166,127,142); }

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

background-color css

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

 a { background-color: rgb(166,127,142); }

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

border-color css

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

 span { border-color: rgb(166,127,142); }

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