Html Css Color HEX #A89159 Teak

📋 copy color: '#A89159'

red 168 ◦ green 145 ◦ blue 89

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

Shades of Teak #A89159

Tints of Teak #A89159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 41.79%
G = 36.07%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A89159 (or 0xA89159) is known color: Teak. HEX triplet: A8, 91 and 59. RGB value is (168,145,89). Sum of RGB (Red+Green+Blue) = 168+145+89=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89159 is #576EA6. Grayscale: #919191. Windows color (decimal): -5729959 or 5869992. OLE color: 5869992.

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

Color convert

RGB 168 145 89 -
CMYK 0 0.14 0.47 0.34
HSL 42.53º 0.31% 0.5% -
HSV(B) 42.53º 0.47% 0.66% -
XYZ 28.08 29.3 13.63 -
YUV 145.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 168 145 89 0 0.14 0.47 0.34 42.53 0.31 0.5
Hex A8 91 59 0 E 2F 22 2B 1F 32
Octal 250 221 131 0 16 57 42 53 37 62
Binary 10101000 10010001 1011001 0 1110 101111 100010 101011 11111 110010

Color Harmonies of #A89159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89159

Black with #A89159

Text Example


Text Example

White with #A89159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89159; }

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

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

background-color css

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

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

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

border-color css

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

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

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