Html Css Color HEX #A68D55 Teak

📋 copy color: '#A68D55'

red 166 ◦ green 141 ◦ blue 85

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

Shades of Teak #A68D55

Tints of Teak #A68D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 42.35%
G = 35.97%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68D55 (or 0xA68D55) is known color: Teak. HEX triplet: A6, 8D and 55. RGB value is (166,141,85). Sum of RGB (Red+Green+Blue) = 166+141+85=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D55 is #5972AA. Grayscale: #8E8E8E. Windows color (decimal): -5862059 or 5606822. OLE color: 5606822.

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

Color convert

RGB 166 141 85 -
CMYK 0 0.15 0.49 0.35
HSL 41.48º 0.32% 0.49% -
HSV(B) 41.48º 0.49% 0.65% -
XYZ 26.89 27.81 12.55 -
YUV 142.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 166 141 85 0 0.15 0.49 0.35 41.48 0.32 0.49
Hex A6 8D 55 0 F 31 23 29 20 31
Octal 246 215 125 0 17 61 43 51 40 61
Binary 10100110 10001101 1010101 0 1111 110001 100011 101001 100000 110001

Color Harmonies of #A68D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D55

Black with #A68D55

Text Example


Text Example

White with #A68D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D55; }

 p { color: rgb(166,141,85); }

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

background-color css

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

 a { background-color: rgb(166,141,85); }

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

border-color css

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

 span { border-color: rgb(166,141,85); }

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