Html Css Color HEX #A68656 Teak

📋 copy color: '#A68656'

red 166 ◦ green 134 ◦ blue 86

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

Shades of Teak #A68656

Tints of Teak #A68656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 86 (33.98% from 255) = 22.28%

R = 43.01%
G = 34.72%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A68656 (or 0xA68656) is known color: Teak. HEX triplet: A6, 86 and 56. RGB value is (166,134,86). Sum of RGB (Red+Green+Blue) = 166+134+86=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A68656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68656 is #5979A9. Grayscale: #8A8A8A. Windows color (decimal): -5863850 or 5670566. OLE color: 5670566.

HSL color Cylindrical-coordinate representation of color #A68656: hue angle of 36º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A68656 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 86 -
CMYK 0 0.19 0.48 0.35
HSL 36º 0.32% 0.49% -
HSV(B) 36º 0.48% 0.65% -
XYZ 25.93 25.83 12.42 -
YUV 138.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 166 134 86 0 0.19 0.48 0.35 36 0.32 0.49
Hex A6 86 56 0 13 30 23 24 20 31
Octal 246 206 126 0 23 60 43 44 40 61
Binary 10100110 10000110 1010110 0 10011 110000 100011 100100 100000 110001

Color Harmonies of #A68656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68656

Black with #A68656

Text Example


Text Example

White with #A68656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68656; }

 p { color: rgb(166,134,86); }

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

background-color css

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

 a { background-color: rgb(166,134,86); }

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

border-color css

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

 span { border-color: rgb(166,134,86); }

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