Html Css Color HEX #A9895B Teak

📋 copy color: '#A9895B'

red 169 ◦ green 137 ◦ blue 91

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

Shades of Teak #A9895B

Tints of Teak #A9895B

RGB

 RED value IS 169 (66.41% from 255) = 42.57%

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 42.57%
G = 34.51%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9895B (or 0xA9895B) is known color: Teak. HEX triplet: A9, 89 and 5B. RGB value is (169,137,91). Sum of RGB (Red+Green+Blue) = 169+137+91=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9895B is #5676A4. Grayscale: #8D8D8D. Windows color (decimal): -5666469 or 5999017. OLE color: 5999017.

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

Color convert

RGB 169 137 91 -
CMYK 0 0.19 0.46 0.34
HSL 35.38º 0.31% 0.51% -
HSV(B) 35.38º 0.46% 0.66% -
XYZ 27.2 27.08 13.69 -
YUV 141.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 169 137 91 0 0.19 0.46 0.34 35.38 0.31 0.51
Hex A9 89 5B 0 13 2E 22 23 1F 33
Octal 251 211 133 0 23 56 42 43 37 63
Binary 10101001 10001001 1011011 0 10011 101110 100010 100011 11111 110011

Color Harmonies of #A9895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9895B

Black with #A9895B

Text Example


Text Example

White with #A9895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9895B; }

 p { color: rgb(169,137,91); }

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

background-color css

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

 a { background-color: rgb(169,137,91); }

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

border-color css

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

 span { border-color: rgb(169,137,91); }

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