Html Css Color HEX #A18950 Teak

📋 copy color: '#A18950'

red 161 ◦ green 137 ◦ blue 80

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

Shades of Teak #A18950

Tints of Teak #A18950

RGB

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

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

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

R = 42.59%
G = 36.24%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18950 (or 0xA18950) is known color: Teak. HEX triplet: A1, 89 and 50. RGB value is (161,137,80). Sum of RGB (Red+Green+Blue) = 161+137+80=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18950 is #5E76AF. Grayscale: #898989. Windows color (decimal): -6190768 or 5278113. OLE color: 5278113.

HSL color Cylindrical-coordinate representation of color #A18950: hue angle of 42.22º 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 #A18950 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 137 80 -
CMYK 0 0.15 0.50 0.37
HSL 42.22º 0.34% 0.47% -
HSV(B) 42.22º 0.5% 0.63% -
XYZ 25.09 26.05 11.29 -
YUV 137.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 161 137 80 0 0.15 0.50 0.37 42.22 0.34 0.47
Hex A1 89 50 0 F 32 25 2A 22 2F
Octal 241 211 120 0 17 62 45 52 42 57
Binary 10100001 10001001 1010000 0 1111 110010 100101 101010 100010 101111

Color Harmonies of #A18950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18950

Black with #A18950

Text Example


Text Example

White with #A18950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18950; }

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

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

background-color css

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

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

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

border-color css

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

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

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