Html Css Color HEX #A67C8D Tapestry

📋 copy color: '#A67C8D'

red 166 ◦ green 124 ◦ blue 141

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

Shades of Tapestry #A67C8D

Tints of Tapestry #A67C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 38.52%
G = 28.77%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A67C8D (or 0xA67C8D) is known color: Tapestry. HEX triplet: A6, 7C and 8D. RGB value is (166,124,141). Sum of RGB (Red+Green+Blue) = 166+124+141=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8D is #598372. Grayscale: #8A8A8A. Windows color (decimal): -5866355 or 9272486. OLE color: 9272486.

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

Color convert

RGB 166 124 141 -
CMYK 0 0.25 0.15 0.35
HSL 335.71º 0.19% 0.57% -
HSV(B) 335.71º 0.25% 0.65% -
XYZ 27.74 24.45 28.46 -
YUV 138.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 166 124 141 0 0.25 0.15 0.35 335.71 0.19 0.57
Hex A6 7C 8D 0 19 F 23 150 13 39
Octal 246 174 215 0 31 17 43 520 23 71
Binary 10100110 1111100 10001101 0 11001 1111 100011 101010000 10011 111001

Color Harmonies of #A67C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C8D

Black with #A67C8D

Text Example


Text Example

White with #A67C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C8D; }

 p { color: rgb(166,124,141); }

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

background-color css

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

 a { background-color: rgb(166,124,141); }

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

border-color css

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

 span { border-color: rgb(166,124,141); }

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