Html Css Color HEX #A1895B Teak

📋 copy color: '#A1895B'

red 161 ◦ green 137 ◦ blue 91

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

Shades of Teak #A1895B

Tints of Teak #A1895B

RGB

 RED value IS 161 (63.28% from 255) = 41.39%

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

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

R = 41.39%
G = 35.22%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1895B (or 0xA1895B) is known color: Teak. HEX triplet: A1, 89 and 5B. RGB value is (161,137,91). Sum of RGB (Red+Green+Blue) = 161+137+91=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1895B is #5E76A4. Grayscale: #8B8B8B. Windows color (decimal): -6190757 or 5999009. OLE color: 5999009.

HSL color Cylindrical-coordinate representation of color #A1895B: hue angle of 39.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1895B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 137 91 -
CMYK 0 0.15 0.43 0.37
HSL 39.43º 0.28% 0.49% -
HSV(B) 39.43º 0.43% 0.63% -
XYZ 25.53 26.22 13.61 -
YUV 138.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 161 137 91 0 0.15 0.43 0.37 39.43 0.28 0.49
Hex A1 89 5B 0 F 2B 25 27 1C 31
Octal 241 211 133 0 17 53 45 47 34 61
Binary 10100001 10001001 1011011 0 1111 101011 100101 100111 11100 110001

Color Harmonies of #A1895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1895B

Black with #A1895B

Text Example


Text Example

White with #A1895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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