Html Css Color HEX #A89459 Teak

📋 copy color: '#A89459'

red 168 ◦ green 148 ◦ blue 89

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

Shades of Teak #A89459

Tints of Teak #A89459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 41.48%
G = 36.54%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A89459 (or 0xA89459) is known color: Teak. HEX triplet: A8, 94 and 59. RGB value is (168,148,89). Sum of RGB (Red+Green+Blue) = 168+148+89=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A89459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89459 is #576BA6. Grayscale: #939393. Windows color (decimal): -5729191 or 5870760. OLE color: 5870760.

HSL color Cylindrical-coordinate representation of color #A89459: hue angle of 44.81º 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 #A89459 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 89 -
CMYK 0 0.12 0.47 0.34
HSL 44.81º 0.31% 0.5% -
HSV(B) 44.81º 0.47% 0.66% -
XYZ 28.54 30.23 13.78 -
YUV 147.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 168 148 89 0 0.12 0.47 0.34 44.81 0.31 0.5
Hex A8 94 59 0 C 2F 22 2D 1F 32
Octal 250 224 131 0 14 57 42 55 37 62
Binary 10101000 10010100 1011001 0 1100 101111 100010 101101 11111 110010

Color Harmonies of #A89459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89459

Black with #A89459

Text Example


Text Example

White with #A89459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89459; }

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

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

background-color css

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

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

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

border-color css

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

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

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