Html Css Color HEX #A6865A Teak

📋 copy color: '#A6865A'

red 166 ◦ green 134 ◦ blue 90

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

Shades of Teak #A6865A

Tints of Teak #A6865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 42.56%
G = 34.36%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6865A (or 0xA6865A) is known color: Teak. HEX triplet: A6, 86 and 5A. RGB value is (166,134,90). Sum of RGB (Red+Green+Blue) = 166+134+90=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6865A is #5979A5. Grayscale: #8A8A8A. Windows color (decimal): -5863846 or 5932710. OLE color: 5932710.

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

Color convert

RGB 166 134 90 -
CMYK 0 0.19 0.46 0.35
HSL 34.74º 0.3% 0.5% -
HSV(B) 34.74º 0.46% 0.65% -
XYZ 26.1 25.9 13.3 -
YUV 138.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 166 134 90 0 0.19 0.46 0.35 34.74 0.3 0.5
Hex A6 86 5A 0 13 2E 23 23 1E 32
Octal 246 206 132 0 23 56 43 43 36 62
Binary 10100110 10000110 1011010 0 10011 101110 100011 100011 11110 110010

Color Harmonies of #A6865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6865A

Black with #A6865A

Text Example


Text Example

White with #A6865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6865A; }

 p { color: rgb(166,134,90); }

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

background-color css

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

 a { background-color: rgb(166,134,90); }

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

border-color css

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

 span { border-color: rgb(166,134,90); }

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