Html Css Color HEX #A68388 Tapestry

📋 copy color: '#A68388'

red 166 ◦ green 131 ◦ blue 136

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

Shades of Tapestry #A68388

Tints of Tapestry #A68388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 38.34%
G = 30.25%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A68388 (or 0xA68388) is known color: Tapestry. HEX triplet: A6, 83 and 88. RGB value is (166,131,136). Sum of RGB (Red+Green+Blue) = 166+131+136=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68388 is #597C77. Grayscale: #8E8E8E. Windows color (decimal): -5864568 or 8946598. OLE color: 8946598.

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

Color convert

RGB 166 131 136 -
CMYK 0 0.21 0.18 0.35
HSL 351.43º 0.16% 0.58% -
HSV(B) 351.43º 0.21% 0.65% -
XYZ 28.29 26.12 26.84 -
YUV 142.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 166 131 136 0 0.21 0.18 0.35 351.43 0.16 0.58
Hex A6 83 88 0 15 12 23 15F 10 3A
Octal 246 203 210 0 25 22 43 537 20 72
Binary 10100110 10000011 10001000 0 10101 10010 100011 101011111 10000 111010

Color Harmonies of #A68388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68388

Black with #A68388

Text Example


Text Example

White with #A68388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68388; }

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

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

background-color css

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

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

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

border-color css

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

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

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