Html Css Color HEX #A68A56 Teak

📋 copy color: '#A68A56'

red 166 ◦ green 138 ◦ blue 86

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

Shades of Teak #A68A56

Tints of Teak #A68A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.38%

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 42.56%
G = 35.38%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A68A56 (or 0xA68A56) is known color: Teak. HEX triplet: A6, 8A and 56. RGB value is (166,138,86). Sum of RGB (Red+Green+Blue) = 166+138+86=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A56 is #5975A9. Grayscale: #8C8C8C. Windows color (decimal): -5862826 or 5671590. OLE color: 5671590.

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

Color convert

RGB 166 138 86 -
CMYK 0 0.17 0.48 0.35
HSL 39º 0.32% 0.49% -
HSV(B) 39º 0.48% 0.65% -
XYZ 26.49 26.96 12.61 -
YUV 140.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 166 138 86 0 0.17 0.48 0.35 39 0.32 0.49
Hex A6 8A 56 0 11 30 23 27 20 31
Octal 246 212 126 0 21 60 43 47 40 61
Binary 10100110 10001010 1010110 0 10001 110000 100011 100111 100000 110001

Color Harmonies of #A68A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A56

Black with #A68A56

Text Example


Text Example

White with #A68A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A56; }

 p { color: rgb(166,138,86); }

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

background-color css

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

 a { background-color: rgb(166,138,86); }

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

border-color css

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

 span { border-color: rgb(166,138,86); }

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