Html Css Color HEX #A68851 Teak

📋 copy color: '#A68851'

red 166 ◦ green 136 ◦ blue 81

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

Shades of Teak #A68851

Tints of Teak #A68851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 43.34%
G = 35.51%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68851 (or 0xA68851) is known color: Teak. HEX triplet: A6, 88 and 51. RGB value is (166,136,81). Sum of RGB (Red+Green+Blue) = 166+136+81=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68851 is #5977AE. Grayscale: #8A8A8A. Windows color (decimal): -5863343 or 5343398. OLE color: 5343398.

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

Color convert

RGB 166 136 81 -
CMYK 0 0.18 0.51 0.35
HSL 38.82º 0.34% 0.48% -
HSV(B) 38.82º 0.51% 0.65% -
XYZ 26.02 26.31 11.49 -
YUV 138.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 166 136 81 0 0.18 0.51 0.35 38.82 0.34 0.48
Hex A6 88 51 0 12 33 23 27 22 30
Octal 246 210 121 0 22 63 43 47 42 60
Binary 10100110 10001000 1010001 0 10010 110011 100011 100111 100010 110000

Color Harmonies of #A68851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68851

Black with #A68851

Text Example


Text Example

White with #A68851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68851; }

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

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

background-color css

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

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

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

border-color css

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

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

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