Html Css Color HEX #A68B5C Teak

📋 copy color: '#A68B5C'

red 166 ◦ green 139 ◦ blue 92

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

Shades of Teak #A68B5C

Tints of Teak #A68B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 41.81%
G = 35.01%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A68B5C (or 0xA68B5C) is known color: Teak. HEX triplet: A6, 8B and 5C. RGB value is (166,139,92). Sum of RGB (Red+Green+Blue) = 166+139+92=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B5C is #5974A3. Grayscale: #8D8D8D. Windows color (decimal): -5862564 or 6065062. OLE color: 6065062.

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

Color convert

RGB 166 139 92 -
CMYK 0 0.16 0.45 0.35
HSL 38.11º 0.29% 0.51% -
HSV(B) 38.11º 0.45% 0.65% -
XYZ 26.89 27.34 13.99 -
YUV 141.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 166 139 92 0 0.16 0.45 0.35 38.11 0.29 0.51
Hex A6 8B 5C 0 10 2D 23 26 1D 33
Octal 246 213 134 0 20 55 43 46 35 63
Binary 10100110 10001011 1011100 0 10000 101101 100011 100110 11101 110011

Color Harmonies of #A68B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B5C

Black with #A68B5C

Text Example


Text Example

White with #A68B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B5C; }

 p { color: rgb(166,139,92); }

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

background-color css

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

 a { background-color: rgb(166,139,92); }

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

border-color css

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

 span { border-color: rgb(166,139,92); }

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