Html Css Color HEX #A69356 Teak

📋 copy color: '#A69356'

red 166 ◦ green 147 ◦ blue 86

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

Shades of Teak #A69356

Tints of Teak #A69356

RGB

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

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

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

R = 41.6%
G = 36.84%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A69356 (or 0xA69356) is known color: Teak. HEX triplet: A6, 93 and 56. RGB value is (166,147,86). Sum of RGB (Red+Green+Blue) = 166+147+86=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69356 is #596CA9. Grayscale: #919191. Windows color (decimal): -5860522 or 5673894. OLE color: 5673894.

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

Color convert

RGB 166 147 86 -
CMYK 0 0.11 0.48 0.35
HSL 45.75º 0.32% 0.49% -
HSV(B) 45.75º 0.48% 0.65% -
XYZ 27.84 29.65 13.06 -
YUV 145.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 166 147 86 0 0.11 0.48 0.35 45.75 0.32 0.49
Hex A6 93 56 0 B 30 23 2E 20 31
Octal 246 223 126 0 13 60 43 56 40 61
Binary 10100110 10010011 1010110 0 1011 110000 100011 101110 100000 110001

Color Harmonies of #A69356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69356

Black with #A69356

Text Example


Text Example

White with #A69356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69356; }

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

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

background-color css

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

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

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

border-color css

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

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

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