Html Css Color HEX #A89359 Teak

📋 copy color: '#A89359'

red 168 ◦ green 147 ◦ blue 89

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

Shades of Teak #A89359

Tints of Teak #A89359

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

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

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

R = 41.58%
G = 36.39%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A89359 (or 0xA89359) is known color: Teak. HEX triplet: A8, 93 and 59. RGB value is (168,147,89). Sum of RGB (Red+Green+Blue) = 168+147+89=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A89359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89359 is #576CA6. Grayscale: #929292. Windows color (decimal): -5729447 or 5870504. OLE color: 5870504.

HSL color Cylindrical-coordinate representation of color #A89359: hue angle of 44.05º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A89359 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 89 -
CMYK 0 0.13 0.47 0.34
HSL 44.05º 0.31% 0.5% -
HSV(B) 44.05º 0.47% 0.66% -
XYZ 28.39 29.91 13.73 -
YUV 146.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 168 147 89 0 0.13 0.47 0.34 44.05 0.31 0.5
Hex A8 93 59 0 D 2F 22 2C 1F 32
Octal 250 223 131 0 15 57 42 54 37 62
Binary 10101000 10010011 1011001 0 1101 101111 100010 101100 11111 110010

Color Harmonies of #A89359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89359

Black with #A89359

Text Example


Text Example

White with #A89359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89359; }

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

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

background-color css

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

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

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

border-color css

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

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

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