Html Css Color HEX #A68559 Teak

📋 copy color: '#A68559'

red 166 ◦ green 133 ◦ blue 89

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

Shades of Teak #A68559

Tints of Teak #A68559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 42.78%
G = 34.28%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A68559 (or 0xA68559) is known color: Teak. HEX triplet: A6, 85 and 59. RGB value is (166,133,89). Sum of RGB (Red+Green+Blue) = 166+133+89=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A68559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68559 is #597AA6. Grayscale: #8A8A8A. Windows color (decimal): -5864103 or 5866918. OLE color: 5866918.

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

Color convert

RGB 166 133 89 -
CMYK 0 0.20 0.46 0.35
HSL 34.29º 0.3% 0.5% -
HSV(B) 34.29º 0.46% 0.65% -
XYZ 25.92 25.6 13.03 -
YUV 137.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 166 133 89 0 0.20 0.46 0.35 34.29 0.3 0.5
Hex A6 85 59 0 14 2E 23 22 1E 32
Octal 246 205 131 0 24 56 43 42 36 62
Binary 10100110 10000101 1011001 0 10100 101110 100011 100010 11110 110010

Color Harmonies of #A68559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68559

Black with #A68559

Text Example


Text Example

White with #A68559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68559; }

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

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

background-color css

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

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

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

border-color css

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

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

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