Html Css Color HEX #A68955 Teak

📋 copy color: '#A68955'

red 166 ◦ green 137 ◦ blue 85

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

Shades of Teak #A68955

Tints of Teak #A68955

RGB

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

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

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

R = 42.78%
G = 35.31%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68955 (or 0xA68955) is known color: Teak. HEX triplet: A6, 89 and 55. RGB value is (166,137,85). Sum of RGB (Red+Green+Blue) = 166+137+85=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A68955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68955 is #5976AA. Grayscale: #8B8B8B. Windows color (decimal): -5863083 or 5605798. OLE color: 5605798.

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

Color convert

RGB 166 137 85 -
CMYK 0 0.17 0.49 0.35
HSL 38.52º 0.32% 0.49% -
HSV(B) 38.52º 0.49% 0.65% -
XYZ 26.31 26.65 12.35 -
YUV 139.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 166 137 85 0 0.17 0.49 0.35 38.52 0.32 0.49
Hex A6 89 55 0 11 31 23 27 20 31
Octal 246 211 125 0 21 61 43 47 40 61
Binary 10100110 10001001 1010101 0 10001 110001 100011 100111 100000 110001

Color Harmonies of #A68955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68955

Black with #A68955

Text Example


Text Example

White with #A68955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68955; }

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

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

background-color css

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

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

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

border-color css

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

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

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