Html Css Color HEX #A68488 Tapestry

📋 copy color: '#A68488'

red 166 ◦ green 132 ◦ blue 136

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

Shades of Tapestry #A68488

Tints of Tapestry #A68488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 38.25%
G = 30.41%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A68488 (or 0xA68488) is known color: Tapestry. HEX triplet: A6, 84 and 88. RGB value is (166,132,136). Sum of RGB (Red+Green+Blue) = 166+132+136=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A68488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68488 is #597B77. Grayscale: #8E8E8E. Windows color (decimal): -5864312 or 8946854. OLE color: 8946854.

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

Color convert

RGB 166 132 136 -
CMYK 0 0.20 0.18 0.35
HSL 352.94º 0.16% 0.58% -
HSV(B) 352.94º 0.2% 0.65% -
XYZ 28.42 26.39 26.89 -
YUV 142.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 166 132 136 0 0.20 0.18 0.35 352.94 0.16 0.58
Hex A6 84 88 0 14 12 23 161 10 3A
Octal 246 204 210 0 24 22 43 541 20 72
Binary 10100110 10000100 10001000 0 10100 10010 100011 101100001 10000 111010

Color Harmonies of #A68488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68488

Black with #A68488

Text Example


Text Example

White with #A68488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68488; }

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

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

background-color css

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

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

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

border-color css

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

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

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