Html Css Color HEX #A18D57 Teak

📋 copy color: '#A18D57'

red 161 ◦ green 141 ◦ blue 87

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

Shades of Teak #A18D57

Tints of Teak #A18D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.25%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 41.39%
G = 36.25%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A18D57 (or 0xA18D57) is known color: Teak. HEX triplet: A1, 8D and 57. RGB value is (161,141,87). Sum of RGB (Red+Green+Blue) = 161+141+87=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D57 is #5E72A8. Grayscale: #8D8D8D. Windows color (decimal): -6189737 or 5737889. OLE color: 5737889.

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

Color convert

RGB 161 141 87 -
CMYK 0 0.12 0.46 0.37
HSL 43.78º 0.3% 0.49% -
HSV(B) 43.78º 0.46% 0.63% -
XYZ 25.94 27.31 12.92 -
YUV 140.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 161 141 87 0 0.12 0.46 0.37 43.78 0.3 0.49
Hex A1 8D 57 0 C 2E 25 2C 1E 31
Octal 241 215 127 0 14 56 45 54 36 61
Binary 10100001 10001101 1010111 0 1100 101110 100101 101100 11110 110001

Color Harmonies of #A18D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D57

Black with #A18D57

Text Example


Text Example

White with #A18D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D57; }

 p { color: rgb(161,141,87); }

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

background-color css

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

 a { background-color: rgb(161,141,87); }

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

border-color css

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

 span { border-color: rgb(161,141,87); }

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