Html Css Color HEX #A68950 Teak

📋 copy color: '#A68950'

red 166 ◦ green 137 ◦ blue 80

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

Shades of Teak #A68950

Tints of Teak #A68950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

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

R = 43.34%
G = 35.77%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A68950 (or 0xA68950) is known color: Teak. HEX triplet: A6, 89 and 50. RGB value is (166,137,80). Sum of RGB (Red+Green+Blue) = 166+137+80=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68950 is #5976AF. Grayscale: #8B8B8B. Windows color (decimal): -5863088 or 5278118. OLE color: 5278118.

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

Color convert

RGB 166 137 80 -
CMYK 0 0.17 0.52 0.35
HSL 39.77º 0.35% 0.48% -
HSV(B) 39.77º 0.52% 0.65% -
XYZ 26.12 26.58 11.34 -
YUV 139.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 166 137 80 0 0.17 0.52 0.35 39.77 0.35 0.48
Hex A6 89 50 0 11 34 23 28 23 30
Octal 246 211 120 0 21 64 43 50 43 60
Binary 10100110 10001001 1010000 0 10001 110100 100011 101000 100011 110000

Color Harmonies of #A68950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68950

Black with #A68950

Text Example


Text Example

White with #A68950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68950; }

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

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

background-color css

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

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

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

border-color css

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

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

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