Html Css Color HEX #A9895E Teak

📋 copy color: '#A9895E'

red 169 ◦ green 137 ◦ blue 94

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

Shades of Teak #A9895E

Tints of Teak #A9895E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 42.25%
G = 34.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9895E (or 0xA9895E) is known color: Teak. HEX triplet: A9, 89 and 5E. RGB value is (169,137,94). Sum of RGB (Red+Green+Blue) = 169+137+94=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A9895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9895E is #5676A1. Grayscale: #8D8D8D. Windows color (decimal): -5666466 or 6195625. OLE color: 6195625.

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

Color convert

RGB 169 137 94 -
CMYK 0 0.19 0.44 0.34
HSL 34.4º 0.3% 0.52% -
HSV(B) 34.4º 0.44% 0.66% -
XYZ 27.33 27.13 14.39 -
YUV 141.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 169 137 94 0 0.19 0.44 0.34 34.4 0.3 0.52
Hex A9 89 5E 0 13 2C 22 22 1E 34
Octal 251 211 136 0 23 54 42 42 36 64
Binary 10101001 10001001 1011110 0 10011 101100 100010 100010 11110 110100

Color Harmonies of #A9895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9895E

Black with #A9895E

Text Example


Text Example

White with #A9895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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