Html Css Color HEX #A6915D Teak

📋 copy color: '#A6915D'

red 166 ◦ green 145 ◦ blue 93

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

Shades of Teak #A6915D

Tints of Teak #A6915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 41.09%
G = 35.89%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6915D (or 0xA6915D) is known color: Teak. HEX triplet: A6, 91 and 5D. RGB value is (166,145,93). Sum of RGB (Red+Green+Blue) = 166+145+93=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6915D is #596EA2. Grayscale: #919191. Windows color (decimal): -5861027 or 6132134. OLE color: 6132134.

HSL color Cylindrical-coordinate representation of color #A6915D: hue angle of 42.74º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6915D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 93 -
CMYK 0 0.13 0.44 0.35
HSL 42.74º 0.29% 0.51% -
HSV(B) 42.74º 0.44% 0.65% -
XYZ 27.83 29.15 14.52 -
YUV 145.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 166 145 93 0 0.13 0.44 0.35 42.74 0.29 0.51
Hex A6 91 5D 0 D 2C 23 2B 1D 33
Octal 246 221 135 0 15 54 43 53 35 63
Binary 10100110 10010001 1011101 0 1101 101100 100011 101011 11101 110011

Color Harmonies of #A6915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6915D

Black with #A6915D

Text Example


Text Example

White with #A6915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6915D; }

 p { color: rgb(166,145,93); }

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

background-color css

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

 a { background-color: rgb(166,145,93); }

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

border-color css

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

 span { border-color: rgb(166,145,93); }

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