Html Css Color HEX #A67C8A Tapestry

📋 copy color: '#A67C8A'

red 166 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #A67C8A

Tints of Tapestry #A67C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 38.79%
G = 28.97%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A67C8A (or 0xA67C8A) is known color: Tapestry. HEX triplet: A6, 7C and 8A. RGB value is (166,124,138). Sum of RGB (Red+Green+Blue) = 166+124+138=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8A is #598375. Grayscale: #8A8A8A. Windows color (decimal): -5866358 or 9075878. OLE color: 9075878.

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

Color convert

RGB 166 124 138 -
CMYK 0 0.25 0.17 0.35
HSL 340º 0.19% 0.57% -
HSV(B) 340º 0.25% 0.65% -
XYZ 27.52 24.36 27.3 -
YUV 138.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 166 124 138 0 0.25 0.17 0.35 340 0.19 0.57
Hex A6 7C 8A 0 19 11 23 154 13 39
Octal 246 174 212 0 31 21 43 524 23 71
Binary 10100110 1111100 10001010 0 11001 10001 100011 101010100 10011 111001

Color Harmonies of #A67C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C8A

Black with #A67C8A

Text Example


Text Example

White with #A67C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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