Html Css Color HEX #A68890 Tapestry

📋 copy color: '#A68890'

red 166 ◦ green 136 ◦ blue 144

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

Shades of Tapestry #A68890

Tints of Tapestry #A68890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 37.22%
G = 30.49%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A68890 (or 0xA68890) is known color: Tapestry. HEX triplet: A6, 88 and 90. RGB value is (166,136,144). Sum of RGB (Red+Green+Blue) = 166+136+144=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A68890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68890 is #59776F. Grayscale: #919191. Windows color (decimal): -5863280 or 9472166. OLE color: 9472166.

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

Color convert

RGB 166 136 144 -
CMYK 0 0.18 0.13 0.35
HSL 344º 0.14% 0.59% -
HSV(B) 344º 0.18% 0.65% -
XYZ 29.56 27.73 30.18 -
YUV 145.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 166 136 144 0 0.18 0.13 0.35 344 0.14 0.59
Hex A6 88 90 0 12 D 23 158 E 3B
Octal 246 210 220 0 22 15 43 530 16 73
Binary 10100110 10001000 10010000 0 10010 1101 100011 101011000 1110 111011

Color Harmonies of #A68890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68890

Black with #A68890

Text Example


Text Example

White with #A68890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68890; }

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

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

background-color css

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

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

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

border-color css

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

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

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