Html Css Color HEX #A18F51 Teak

📋 copy color: '#A18F51'

red 161 ◦ green 143 ◦ blue 81

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

Shades of Teak #A18F51

Tints of Teak #A18F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 41.82%
G = 37.14%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18F51 (or 0xA18F51) is known color: Teak. HEX triplet: A1, 8F and 51. RGB value is (161,143,81). Sum of RGB (Red+Green+Blue) = 161+143+81=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F51 is #5E70AE. Grayscale: #8D8D8D. Windows color (decimal): -6189231 or 5345185. OLE color: 5345185.

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

Color convert

RGB 161 143 81 -
CMYK 0 0.11 0.50 0.37
HSL 46.5º 0.33% 0.47% -
HSV(B) 46.5º 0.5% 0.63% -
XYZ 26.01 27.82 11.78 -
YUV 141.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 161 143 81 0 0.11 0.50 0.37 46.5 0.33 0.47
Hex A1 8F 51 0 B 32 25 2E 21 2F
Octal 241 217 121 0 13 62 45 56 41 57
Binary 10100001 10001111 1010001 0 1011 110010 100101 101110 100001 101111

Color Harmonies of #A18F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F51

Black with #A18F51

Text Example


Text Example

White with #A18F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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