Html Css Color HEX #A67C8B Tapestry

📋 copy color: '#A67C8B'

red 166 ◦ green 124 ◦ blue 139

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

Shades of Tapestry #A67C8B

Tints of Tapestry #A67C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 38.69%
G = 28.9%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A67C8B (or 0xA67C8B) is known color: Tapestry. HEX triplet: A6, 7C and 8B. RGB value is (166,124,139). Sum of RGB (Red+Green+Blue) = 166+124+139=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8B is #598374. Grayscale: #8A8A8A. Windows color (decimal): -5866357 or 9141414. OLE color: 9141414.

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

Color convert

RGB 166 124 139 -
CMYK 0 0.25 0.16 0.35
HSL 338.57º 0.19% 0.57% -
HSV(B) 338.57º 0.25% 0.65% -
XYZ 27.59 24.39 27.68 -
YUV 138.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 166 124 139 0 0.25 0.16 0.35 338.57 0.19 0.57
Hex A6 7C 8B 0 19 10 23 153 13 39
Octal 246 174 213 0 31 20 43 523 23 71
Binary 10100110 1111100 10001011 0 11001 10000 100011 101010011 10011 111001

Color Harmonies of #A67C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C8B

Black with #A67C8B

Text Example


Text Example

White with #A67C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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