Html Css Color HEX #A69359 Teak

📋 copy color: '#A69359'

red 166 ◦ green 147 ◦ blue 89

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

Shades of Teak #A69359

Tints of Teak #A69359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 41.29%
G = 36.57%
B = 22.14%

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

#A69359 (or 0xA69359) is known color: Teak. HEX triplet: A6, 93 and 59. RGB value is (166,147,89). Sum of RGB (Red+Green+Blue) = 166+147+89=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69359 is #596CA6. Grayscale: #929292. Windows color (decimal): -5860519 or 5870502. OLE color: 5870502.

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

Color convert

RGB 166 147 89 -
CMYK 0 0.11 0.46 0.35
HSL 45.19º 0.3% 0.5% -
HSV(B) 45.19º 0.46% 0.65% -
XYZ 27.96 29.7 13.71 -
YUV 146.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 166 147 89 0 0.11 0.46 0.35 45.19 0.3 0.5
Hex A6 93 59 0 B 2E 23 2D 1E 32
Octal 246 223 131 0 13 56 43 55 36 62
Binary 10100110 10010011 1011001 0 1011 101110 100011 101101 11110 110010

Color Harmonies of #A69359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69359

Black with #A69359

Text Example


Text Example

White with #A69359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69359; }

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

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

background-color css

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

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

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

border-color css

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

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

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