Html Css Color HEX #A68E56 Teak

📋 copy color: '#A68E56'

red 166 ◦ green 142 ◦ blue 86

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

Shades of Teak #A68E56

Tints of Teak #A68E56

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 86 (33.98% from 255) = 21.83%

R = 42.13%
G = 36.04%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A68E56 (or 0xA68E56) is known color: Teak. HEX triplet: A6, 8E and 56. RGB value is (166,142,86). Sum of RGB (Red+Green+Blue) = 166+142+86=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E56 is #5971A9. Grayscale: #8F8F8F. Windows color (decimal): -5861802 or 5672614. OLE color: 5672614.

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

Color convert

RGB 166 142 86 -
CMYK 0 0.14 0.48 0.35
HSL 42º 0.32% 0.49% -
HSV(B) 42º 0.48% 0.65% -
XYZ 27.08 28.12 12.81 -
YUV 142.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 166 142 86 0 0.14 0.48 0.35 42 0.32 0.49
Hex A6 8E 56 0 E 30 23 2A 20 31
Octal 246 216 126 0 16 60 43 52 40 61
Binary 10100110 10001110 1010110 0 1110 110000 100011 101010 100000 110001

Color Harmonies of #A68E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E56

Black with #A68E56

Text Example


Text Example

White with #A68E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E56; }

 p { color: rgb(166,142,86); }

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

background-color css

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

 a { background-color: rgb(166,142,86); }

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

border-color css

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

 span { border-color: rgb(166,142,86); }

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