Html Css Color HEX #A18F5A Teak

📋 copy color: '#A18F5A'

red 161 ◦ green 143 ◦ blue 90

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

Shades of Teak #A18F5A

Tints of Teak #A18F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 40.86%
G = 36.29%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A18F5A (or 0xA18F5A) is known color: Teak. HEX triplet: A1, 8F and 5A. RGB value is (161,143,90). Sum of RGB (Red+Green+Blue) = 161+143+90=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F5A is #5E70A5. Grayscale: #8E8E8E. Windows color (decimal): -6189222 or 5935009. OLE color: 5935009.

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

Color convert

RGB 161 143 90 -
CMYK 0 0.11 0.44 0.37
HSL 44.79º 0.28% 0.49% -
HSV(B) 44.79º 0.44% 0.63% -
XYZ 26.37 27.96 13.68 -
YUV 142.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 161 143 90 0 0.11 0.44 0.37 44.79 0.28 0.49
Hex A1 8F 5A 0 B 2C 25 2D 1C 31
Octal 241 217 132 0 13 54 45 55 34 61
Binary 10100001 10001111 1011010 0 1011 101100 100101 101101 11100 110001

Color Harmonies of #A18F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F5A

Black with #A18F5A

Text Example


Text Example

White with #A18F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F5A; }

 p { color: rgb(161,143,90); }

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

background-color css

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

 a { background-color: rgb(161,143,90); }

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

border-color css

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

 span { border-color: rgb(161,143,90); }

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