Html Css Color HEX #A67F8C Tapestry

📋 copy color: '#A67F8C'

red 166 ◦ green 127 ◦ blue 140

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

Shades of Tapestry #A67F8C

Tints of Tapestry #A67F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 38.34%
G = 29.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A67F8C (or 0xA67F8C) is known color: Tapestry. HEX triplet: A6, 7F and 8C. RGB value is (166,127,140). Sum of RGB (Red+Green+Blue) = 166+127+140=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F8C is #598073. Grayscale: #8C8C8C. Windows color (decimal): -5865588 or 9207718. OLE color: 9207718.

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

Color convert

RGB 166 127 140 -
CMYK 0 0.23 0.16 0.35
HSL 340º 0.18% 0.57% -
HSV(B) 340º 0.23% 0.65% -
XYZ 28.05 25.18 28.19 -
YUV 140.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 166 127 140 0 0.23 0.16 0.35 340 0.18 0.57
Hex A6 7F 8C 0 17 10 23 154 12 39
Octal 246 177 214 0 27 20 43 524 22 71
Binary 10100110 1111111 10001100 0 10111 10000 100011 101010100 10010 111001

Color Harmonies of #A67F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F8C

Black with #A67F8C

Text Example


Text Example

White with #A67F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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