Html Css Color HEX #A68D5E Teak

📋 copy color: '#A68D5E'

red 166 ◦ green 141 ◦ blue 94

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

Shades of Teak #A68D5E

Tints of Teak #A68D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 41.4%
G = 35.16%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A68D5E (or 0xA68D5E) is known color: Teak. HEX triplet: A6, 8D and 5E. RGB value is (166,141,94). Sum of RGB (Red+Green+Blue) = 166+141+94=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D5E is #5972A1. Grayscale: #8F8F8F. Windows color (decimal): -5862050 or 6196646. OLE color: 6196646.

HSL color Cylindrical-coordinate representation of color #A68D5E: hue angle of 39.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68D5E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 141 94 -
CMYK 0 0.15 0.43 0.35
HSL 39.17º 0.29% 0.51% -
HSV(B) 39.17º 0.43% 0.65% -
XYZ 27.27 27.96 14.55 -
YUV 143.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 166 141 94 0 0.15 0.43 0.35 39.17 0.29 0.51
Hex A6 8D 5E 0 F 2B 23 27 1D 33
Octal 246 215 136 0 17 53 43 47 35 63
Binary 10100110 10001101 1011110 0 1111 101011 100011 100111 11101 110011

Color Harmonies of #A68D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D5E

Black with #A68D5E

Text Example


Text Example

White with #A68D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D5E; }

 p { color: rgb(166,141,94); }

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

background-color css

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

 a { background-color: rgb(166,141,94); }

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

border-color css

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

 span { border-color: rgb(166,141,94); }

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