Html Css Color HEX #A68A59 Teak

📋 copy color: '#A68A59'

red 166 ◦ green 138 ◦ blue 89

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

Shades of Teak #A68A59

Tints of Teak #A68A59

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.11%

 BLUE value IS 89 (35.16% from 255) = 22.65%

R = 42.24%
G = 35.11%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A68A59 (or 0xA68A59) is known color: Teak. HEX triplet: A6, 8A and 59. RGB value is (166,138,89). Sum of RGB (Red+Green+Blue) = 166+138+89=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A59 is #5975A6. Grayscale: #8D8D8D. Windows color (decimal): -5862823 or 5868198. OLE color: 5868198.

HSL color Cylindrical-coordinate representation of color #A68A59: hue angle of 38.18º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A68A59 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 138 89 -
CMYK 0 0.17 0.46 0.35
HSL 38.18º 0.3% 0.5% -
HSV(B) 38.18º 0.46% 0.65% -
XYZ 26.62 27.01 13.26 -
YUV 140.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 166 138 89 0 0.17 0.46 0.35 38.18 0.3 0.5
Hex A6 8A 59 0 11 2E 23 26 1E 32
Octal 246 212 131 0 21 56 43 46 36 62
Binary 10100110 10001010 1011001 0 10001 101110 100011 100110 11110 110010

Color Harmonies of #A68A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A59

Black with #A68A59

Text Example


Text Example

White with #A68A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A59; }

 p { color: rgb(166,138,89); }

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

background-color css

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

 a { background-color: rgb(166,138,89); }

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

border-color css

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

 span { border-color: rgb(166,138,89); }

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