Html Css Color HEX #A67A8A Tapestry

📋 copy color: '#A67A8A'

red 166 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #A67A8A

Tints of Tapestry #A67A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 38.97%
G = 28.64%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A67A8A (or 0xA67A8A) is known color: Tapestry. HEX triplet: A6, 7A and 8A. RGB value is (166,122,138). Sum of RGB (Red+Green+Blue) = 166+122+138=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A8A is #598575. Grayscale: #888888. Windows color (decimal): -5866870 or 9075366. OLE color: 9075366.

HSL color Cylindrical-coordinate representation of color #A67A8A: hue angle of 338.18º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A8A is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 138 -
CMYK 0 0.27 0.17 0.35
HSL 338.18º 0.2% 0.56% -
HSV(B) 338.18º 0.27% 0.65% -
XYZ 27.27 23.86 27.21 -
YUV 136.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 166 122 138 0 0.27 0.17 0.35 338.18 0.2 0.56
Hex A6 7A 8A 0 1B 11 23 152 14 38
Octal 246 172 212 0 33 21 43 522 24 70
Binary 10100110 1111010 10001010 0 11011 10001 100011 101010010 10100 111000

Color Harmonies of #A67A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A8A

Black with #A67A8A

Text Example


Text Example

White with #A67A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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