Html Css Color HEX #A6935A Teak

📋 copy color: '#A6935A'

red 166 ◦ green 147 ◦ blue 90

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

Shades of Teak #A6935A

Tints of Teak #A6935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 41.19%
G = 36.48%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6935A (or 0xA6935A) is known color: Teak. HEX triplet: A6, 93 and 5A. RGB value is (166,147,90). Sum of RGB (Red+Green+Blue) = 166+147+90=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6935A is #596CA5. Grayscale: #929292. Windows color (decimal): -5860518 or 5936038. OLE color: 5936038.

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

Color convert

RGB 166 147 90 -
CMYK 0 0.11 0.46 0.35
HSL 45º 0.3% 0.5% -
HSV(B) 45º 0.46% 0.65% -
XYZ 28.01 29.71 13.93 -
YUV 146.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 166 147 90 0 0.11 0.46 0.35 45 0.3 0.5
Hex A6 93 5A 0 B 2E 23 2D 1E 32
Octal 246 223 132 0 13 56 43 55 36 62
Binary 10100110 10010011 1011010 0 1011 101110 100011 101101 11110 110010

Color Harmonies of #A6935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6935A

Black with #A6935A

Text Example


Text Example

White with #A6935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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