Html Css Color HEX #A68655 Teak

📋 copy color: '#A68655'

red 166 ◦ green 134 ◦ blue 85

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

Shades of Teak #A68655

Tints of Teak #A68655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 43.12%
G = 34.81%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68655 (or 0xA68655) is known color: Teak. HEX triplet: A6, 86 and 55. RGB value is (166,134,85). Sum of RGB (Red+Green+Blue) = 166+134+85=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68655 is #5979AA. Grayscale: #8A8A8A. Windows color (decimal): -5863851 or 5605030. OLE color: 5605030.

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

Color convert

RGB 166 134 85 -
CMYK 0 0.19 0.49 0.35
HSL 36.3º 0.32% 0.49% -
HSV(B) 36.3º 0.49% 0.65% -
XYZ 25.89 25.81 12.21 -
YUV 137.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 166 134 85 0 0.19 0.49 0.35 36.3 0.32 0.49
Hex A6 86 55 0 13 31 23 24 20 31
Octal 246 206 125 0 23 61 43 44 40 61
Binary 10100110 10000110 1010101 0 10011 110001 100011 100100 100000 110001

Color Harmonies of #A68655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68655

Black with #A68655

Text Example


Text Example

White with #A68655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68655; }

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

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

background-color css

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

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

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

border-color css

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

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

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