Html Css Color HEX #A68990 Tapestry

📋 copy color: '#A68990'

red 166 ◦ green 137 ◦ blue 144

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

Shades of Tapestry #A68990

Tints of Tapestry #A68990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 37.14%
G = 30.65%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A68990 (or 0xA68990) is known color: Tapestry. HEX triplet: A6, 89 and 90. RGB value is (166,137,144). Sum of RGB (Red+Green+Blue) = 166+137+144=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A68990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68990 is #59766F. Grayscale: #929292. Windows color (decimal): -5863024 or 9472422. OLE color: 9472422.

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

Color convert

RGB 166 137 144 -
CMYK 0 0.17 0.13 0.35
HSL 345.52º 0.14% 0.59% -
HSV(B) 345.52º 0.17% 0.65% -
XYZ 29.71 28.01 30.23 -
YUV 146.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 166 137 144 0 0.17 0.13 0.35 345.52 0.14 0.59
Hex A6 89 90 0 11 D 23 15A E 3B
Octal 246 211 220 0 21 15 43 532 16 73
Binary 10100110 10001001 10010000 0 10001 1101 100011 101011010 1110 111011

Color Harmonies of #A68990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68990

Black with #A68990

Text Example


Text Example

White with #A68990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68990; }

 p { color: rgb(166,137,144); }

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

background-color css

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

 a { background-color: rgb(166,137,144); }

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

border-color css

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

 span { border-color: rgb(166,137,144); }

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