Html Css Color HEX #A68850 Teak

📋 copy color: '#A68850'

red 166 ◦ green 136 ◦ blue 80

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

Shades of Teak #A68850

Tints of Teak #A68850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 43.46%
G = 35.6%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A68850 (or 0xA68850) is known color: Teak. HEX triplet: A6, 88 and 50. RGB value is (166,136,80). Sum of RGB (Red+Green+Blue) = 166+136+80=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68850 is #5977AF. Grayscale: #8A8A8A. Windows color (decimal): -5863344 or 5277862. OLE color: 5277862.

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

Color convert

RGB 166 136 80 -
CMYK 0 0.18 0.52 0.35
HSL 39.07º 0.35% 0.48% -
HSV(B) 39.07º 0.52% 0.65% -
XYZ 25.98 26.29 11.3 -
YUV 138.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 166 136 80 0 0.18 0.52 0.35 39.07 0.35 0.48
Hex A6 88 50 0 12 34 23 27 23 30
Octal 246 210 120 0 22 64 43 47 43 60
Binary 10100110 10001000 1010000 0 10010 110100 100011 100111 100011 110000

Color Harmonies of #A68850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68850

Black with #A68850

Text Example


Text Example

White with #A68850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68850; }

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

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

background-color css

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

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

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

border-color css

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

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

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