Html Css Color HEX #A68557 Teak

📋 copy color: '#A68557'

red 166 ◦ green 133 ◦ blue 87

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

Shades of Teak #A68557

Tints of Teak #A68557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 43.01%
G = 34.46%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A68557 (or 0xA68557) is known color: Teak. HEX triplet: A6, 85 and 57. RGB value is (166,133,87). Sum of RGB (Red+Green+Blue) = 166+133+87=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A68557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68557 is #597AA8. Grayscale: #898989. Windows color (decimal): -5864105 or 5735846. OLE color: 5735846.

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

Color convert

RGB 166 133 87 -
CMYK 0 0.20 0.48 0.35
HSL 34.94º 0.31% 0.5% -
HSV(B) 34.94º 0.48% 0.65% -
XYZ 25.83 25.57 12.59 -
YUV 137.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 166 133 87 0 0.20 0.48 0.35 34.94 0.31 0.5
Hex A6 85 57 0 14 30 23 23 1F 32
Octal 246 205 127 0 24 60 43 43 37 62
Binary 10100110 10000101 1010111 0 10100 110000 100011 100011 11111 110010

Color Harmonies of #A68557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68557

Black with #A68557

Text Example


Text Example

White with #A68557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68557; }

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

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

background-color css

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

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

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

border-color css

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

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

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