Html Css Color HEX #A68859 Teak

📋 copy color: '#A68859'

red 166 ◦ green 136 ◦ blue 89

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

Shades of Teak #A68859

Tints of Teak #A68859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 42.46%
G = 34.78%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A68859 (or 0xA68859) is known color: Teak. HEX triplet: A6, 88 and 59. RGB value is (166,136,89). Sum of RGB (Red+Green+Blue) = 166+136+89=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A68859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68859 is #5977A6. Grayscale: #8B8B8B. Windows color (decimal): -5863335 or 5867686. OLE color: 5867686.

HSL color Cylindrical-coordinate representation of color #A68859: hue angle of 36.62º 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 #A68859 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 89 -
CMYK 0 0.18 0.46 0.35
HSL 36.62º 0.3% 0.5% -
HSV(B) 36.62º 0.46% 0.65% -
XYZ 26.33 26.44 13.17 -
YUV 139.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 166 136 89 0 0.18 0.46 0.35 36.62 0.3 0.5
Hex A6 88 59 0 12 2E 23 25 1E 32
Octal 246 210 131 0 22 56 43 45 36 62
Binary 10100110 10001000 1011001 0 10010 101110 100011 100101 11110 110010

Color Harmonies of #A68859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68859

Black with #A68859

Text Example


Text Example

White with #A68859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68859; }

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

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

background-color css

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

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

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

border-color css

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

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

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