Html Css Color HEX #A18B50 Teak

📋 copy color: '#A18B50'

red 161 ◦ green 139 ◦ blue 80

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

Shades of Teak #A18B50

Tints of Teak #A18B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 42.37%
G = 36.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18B50 (or 0xA18B50) is known color: Teak. HEX triplet: A1, 8B and 50. RGB value is (161,139,80). Sum of RGB (Red+Green+Blue) = 161+139+80=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B50 is #5E74AF. Grayscale: #8B8B8B. Windows color (decimal): -6190256 or 5278625. OLE color: 5278625.

HSL color Cylindrical-coordinate representation of color #A18B50: hue angle of 43.7º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18B50 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 139 80 -
CMYK 0 0.14 0.50 0.37
HSL 43.7º 0.34% 0.47% -
HSV(B) 43.7º 0.5% 0.63% -
XYZ 25.38 26.62 11.39 -
YUV 138.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 161 139 80 0 0.14 0.50 0.37 43.7 0.34 0.47
Hex A1 8B 50 0 E 32 25 2C 22 2F
Octal 241 213 120 0 16 62 45 54 42 57
Binary 10100001 10001011 1010000 0 1110 110010 100101 101100 100010 101111

Color Harmonies of #A18B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B50

Black with #A18B50

Text Example


Text Example

White with #A18B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B50; }

 p { color: rgb(161,139,80); }

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

background-color css

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

 a { background-color: rgb(161,139,80); }

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

border-color css

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

 span { border-color: rgb(161,139,80); }

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