Html Css Color HEX #A18859 Teak

📋 copy color: '#A18859'

red 161 ◦ green 136 ◦ blue 89

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

Shades of Teak #A18859

Tints of Teak #A18859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 41.71%
G = 35.23%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A18859 (or 0xA18859) is known color: Teak. HEX triplet: A1, 88 and 59. RGB value is (161,136,89). Sum of RGB (Red+Green+Blue) = 161+136+89=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A18859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18859 is #5E77A6. Grayscale: #8A8A8A. Windows color (decimal): -6191015 or 5867681. OLE color: 5867681.

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

Color convert

RGB 161 136 89 -
CMYK 0 0.16 0.45 0.37
HSL 39.17º 0.29% 0.49% -
HSV(B) 39.17º 0.45% 0.63% -
XYZ 25.31 25.91 13.12 -
YUV 138.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 161 136 89 0 0.16 0.45 0.37 39.17 0.29 0.49
Hex A1 88 59 0 10 2D 25 27 1D 31
Octal 241 210 131 0 20 55 45 47 35 61
Binary 10100001 10001000 1011001 0 10000 101101 100101 100111 11101 110001

Color Harmonies of #A18859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18859

Black with #A18859

Text Example


Text Example

White with #A18859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18859; }

 p { color: rgb(161,136,89); }

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

background-color css

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

 a { background-color: rgb(161,136,89); }

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

border-color css

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

 span { border-color: rgb(161,136,89); }

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