Html Css Color HEX #A6915A Teak

📋 copy color: '#A6915A'

red 166 ◦ green 145 ◦ blue 90

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

Shades of Teak #A6915A

Tints of Teak #A6915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 41.4%
G = 36.16%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6915A (or 0xA6915A) is known color: Teak. HEX triplet: A6, 91 and 5A. RGB value is (166,145,90). Sum of RGB (Red+Green+Blue) = 166+145+90=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6915A is #596EA5. Grayscale: #919191. Windows color (decimal): -5861030 or 5935526. OLE color: 5935526.

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

Color convert

RGB 166 145 90 -
CMYK 0 0.13 0.46 0.35
HSL 43.42º 0.3% 0.5% -
HSV(B) 43.42º 0.46% 0.65% -
XYZ 27.7 29.1 13.83 -
YUV 145.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 166 145 90 0 0.13 0.46 0.35 43.42 0.3 0.5
Hex A6 91 5A 0 D 2E 23 2B 1E 32
Octal 246 221 132 0 15 56 43 53 36 62
Binary 10100110 10010001 1011010 0 1101 101110 100011 101011 11110 110010

Color Harmonies of #A6915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6915A

Black with #A6915A

Text Example


Text Example

White with #A6915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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